@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

:focus {
  outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: normal;
  font-weight: 400;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}

caption,
th {
  text-align: left;
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

input::-ms-clear {
  display: none;
}

.clear {
  clear: both;
}

img {
  border: 0;
  outline: 0;
}

.pcNone {
  display: none !important;
}

@page {
  size: landscape;
}

body {
  font-family: "Microsoft YaHei";
  background: url(sk_wxs_body_bg.jpg);
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

.clear {
  clear: both;
}

.clear:after {
  display: table;
  content: "";
  clear: both;
}

.img-cont img {
  display: block;
  width: 100%;
}

.cg-wrapper .img-cont img {
  display: block;
  max-width: 100%;
  width: auto;
}

.detial {
  color: #a60712;
}

.wrap {
  width: 100%;
}

.scale_img_con {
  overflow: hidden;
}

.scale_img_con img {
  transition: 0.3s;
}

.scale_img_con:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.top_bg {
  height: 10px;
  background: #860c14;
}

.top_bg .top_logo {
  display: block;
  float: left;
  width: 195px;
}

.top_bg .top_logo img {
  display: block;
  width: 100%;
}

.top_bg .top_links {
  float: right;
  text-align: right;
  font-size: 14px;
  color: #fff;
}

.top_bg .top_links span {
  margin: 0 12px;
}

.wrapIn {
  width: 1400px;
  margin: 0 auto;
}

.main {
  width: 1400px;
  margin: 0 auto;
}

.swiper-wrapper {
  width: 999999999px;
}

.swiper-pagination-switch {
  cursor: pointer;
  margin: 0 10px;
}

.top {
  text-align: center;
  padding: 30px 0 20px 0;
  position: relative;
}

.top img {
  height: 110px;
}

.top .search_box {
  width: 266px;
  height: 50px;
  position: absolute;
  top: 43px;
  right: -100px;
  border-bottom: 1px solid #94c1d1;
}

.top .search_box span {
  text-align: left !important;
  bottom: 15px;
}

.search_input {
  width: 200px;
  height: 50px;
  border: none;
  float: left;
}

.search_btn {
  width: 50px;
  height: 50px;
  background: url(sk_wxs_icon_search.png) no-repeat center;
  float: right;
}

::-webkit-input-placeholder {
  color: #95c2d2;
}

.nav {
  width: 100%;
  height: 50px;
  position: relative;
  border-bottom: 1px solid #a60712;
  padding-bottom: 10px;
}

.nav:after,
.nav:before {
  content: "";
  width: 30px;
  height: 17px;
  position: absolute;
  bottom: -6px;
  background-repeat: no-repeat;
}

.nav:after {
  background-image: url(sk_wxs_nav_icon1.png);
  left: -30px;
}

.nav:before {
  background-image: url(sk_wxs_nav_icon2.png);
  right: -30px;
}

.nav span,
.nav a,
.nav .has-chil {
  float: left;
}

.nav span {
  width: 5px;
  height: 50px;
  background: url(sk_wxs_nav_line.png) no-repeat center;
  background-size: 100%;
  display: block;
}

.nav a,
.nav .has-chil {
  width: 194px;
  height: 50px;
  line-height: 50px;
  color: #0d3457;
  display: block;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.nav a {
  position: relative;
}

.nav a:before {
  content: "";
  display: block;
  width: 0px;
  height: 3px;
  background-color: #a60712;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -48px;
  transition: all 0.4s;
  opacity: 0;
}

.nav .has-chil a {
  float: none;
}

.nav a:hover {
  color: #860c14;
}

.nav a:hover:before,
.nav .has-chil:hover a:before {
  width: 96px;
  opacity: 1;
}

.nav .has-chil .chil-nav {
  background: #fff;
  margin-right: -300px;
  padding-left: 300px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 22;
  top: 64px;

  box-sizing: border-box;
  box-shadow: 0px 6px 16px 0px rgba(13, 52, 87, 0.14);
  transition: all 0.6s;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.nav .has-chil:hover .chil-nav {
  height: 630px;
  opacity: 1;
}

.nav .has-chil .chil-nav .chil-icon {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  width: 49px;
  height: 47px;
  z-index: 2;
}

.nav .has-chil .chil-nav .chil-icon.icon-left {
  left: 0;
  background-image: url(sk_wxs_nav_icon3.png);
}

.nav .has-chil .chil-nav .chil-icon.icon-right {
  right: 0;
  background-image: url(sk_wxs_nav_icon4.png);
}

.chil-nav .chil-item {
  float: left;
  width: 355px;
  margin-top: 30px;
}

.chil-nav .chil-item:nth-of-type(3) {
  width: 200px;
}

.chil-nav .chil-item h3 {
  font-size: 20px;
  text-align: left;
}

.chil-nav .chil-item a {
  font-size: 18px;
  text-align: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.chil-nav .chil-item a:before {
  display: none;
}

.chil-nav .chil-item a:after {
  content: "";

  vertical-align: 0px;
  width: 14px;
  height: 12px;
  background: url(sk_wxs_nav_icon5.png) no-repeat;
  margin-left: 20px;
  display: none;
}

.chil-nav .chil-item a:hover:after {
  display: inline-block;
}

.banner {
  width: 100%;
  height: 317px;
  margin-top: 30px;
  position: relative;
}

.swiper-pagination1 {
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 1;
}

.swiper-pagination1 .swiper-pagination-switch {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(sk_wxs_page_swiper1_link.png) no-repeat center;
  background-size: 100%;
}

.swiper-pagination1 .swiper-active-switch {
  background: url(sk_wxs_page_swiper1_active.png) no-repeat center;
  background-size: 100%;
}

.row1 {
  width: 100%;
  height: 640px;
  margin-top: 50px;
  position: relative;
}

.title {
  width: 100%;
  height: 40px;
  line-height: 40px;

  color: #a60712;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.title span {
  float: left;
}

.title .more {
  padding-right: 30px;
  font-size: 16px;
  background: url(sk_wxs_icon_more.png) no-repeat right center;
  color: #a60712;
  float: right;
  font-weight: normal;
}

.swiper-container2 {}

.swiper-container2 .swiper-slide {
  width: 358px;
}

.swiper-container2 .swiper-slide ul {}

.swiper-container2 .swiper-slide ul li {
  width: 357px;
  height: 508px;
  float: left;
}

.swiper-container2 .swiper-slide ul li:nth-last-child(1) {
  width: 326px;
}

.slide_div {
  width: 326px;
  background: url(sk_wxs_swiper2_slide_bg.jpg);
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}

.slide_pic {
  width: 100%;
  height: 244px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.slide_pic img {
  width: 100%;
  height: 100%;
}

.slide_pic img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.swiper-container2 .swiper-slide ul li:hover .slide_pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.swiper-container2 .swiper-slide ul li:hover .slide_title a {
  color: #860c14;
}

.slide_text {
  height: 500px;
  border: 1px solid #dfd0d1;
  position: relative;
}

.slide_textIn {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
  padding: 14px 28px 0;
  box-sizing: border-box;
}

.slide_type {
  color: #a60712;
  font-size: 16px;
  font-weight: bold;
}

.slide_title {
  overflow: hidden;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 10px;
  text-align: justify;
}

.noImg_div .slide_title {
  -webkit-line-clamp: 4;
  height: 128px;
}

.noImg_div .slide_textIn {
  height: 444px;
}

.slide_title a {
  color: #333;
}

.slide_zhaiyao {
  overflow: hidden;
  margin-top: 10px;
  line-height: 28px;
}

.slide_zhaiyao p {
  color: #8e8e8e;
  text-indent: 2em;
  text-align: justify;
}

.slide_time {
  color: #0d3457;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 28px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}

.swiper-pagination2 {
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 1;
}

.swiper-pagination2 .swiper-pagination-switch {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(sk_wxs_page_swiper2_link.png) no-repeat center;
  background-size: 100%;
}

.swiper-pagination2 .swiper-active-switch {
  background: url(sk_wxs_page_swiper1_active.png) no-repeat center;
  background-size: 100%;
}

/* 通知公告 */
.row2 {}

.notic_ul {
  overflow: hidden;
  padding-bottom: 20px;
}

.notic_ul li {
  width: 440px;
  height: 184px;
  background: url(sk_wxs_row2_li_bg.png) no-repeat;
  background-size: 100%;
  float: left;
  margin-right: 40px;
  padding: 32px 46px;
  box-sizing: border-box;
  position: relative;
  text-align: justify;
}

.notic_ul li:nth-child(3n) {
  margin-right: 0;
}

.notic_ul li a {
  width: 100%;
  height: 110px;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #0d3457;
  display: block;
}

.notic_ul li a:hover {
  color: #860c14;
}

.notic_time {
  color: #0d3457;
  font-size: 16px;
  position: absolute;
  bottom: 18px;
}

/* 学界动态 */

.row3 {
  height: 840px;
  margin: 0 auto;
  background: url(sk_wxs_row3_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 50px 0;
  box-sizing: border-box;
  margin-top: 60px;
}

.row3In {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.xjdt {
  margin-top: 60px;
  position: relative;
}

.xjdt_left {
  width: 949px;
  height: 610px;
  position: absolute;
  left: -30px;
  top: 0;
  padding-left: 30px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}

.xjdt_leftIn {
  width: 758px;
  height: 587px;
  margin-top: -30px;
}

.xjdt_leftIn .xjdt_left_swiper img {
  width: 758px;
  height: 427px;
  object-fit: cover;
}

.swiper-container3 {
  /* height: 427px; */
  position: relative;
}

.swiper-pagination3 .swiepr-slide {
  /* height: 427px; */
}

.swiper-pagination3 .swiepr-slide img {
  width: 100%;
  height: 100%;
}

.swiper-pagination3 {
  width: 100%;
  height: 32px;
  position: absolute;
  top: 370px;
  right: 0;
  z-index: 1;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}

.swiper3_text {
  height: 170px;
  padding: 20px 0;
  box-sizing: border-box;
  /* background-color: red; */
}

.swiper3_text h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.swiper3_text h2 a {
  color: #333;
}

.swiper3_text h2 a:hover {
  color: #860c14;
}

.swiper3_text p {
  line-height: 30px;
  color: #8e8e8e;
  margin-top: 10px;
}

.swiper3_text span {
  display: block;
  margin-top: 10px;
  color: #0d3457;
}

.swiper-pagination3 .swiper-pagination-switch {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccc;
  background: #333;
  opacity: 0.9;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  margin: 0 6px;
}

.swiper-pagination3 .swiper-active-switch,
.swiper-pagination3 .swiper-pagination-switch.on {
  background: rgba(166, 7, 18, 0.8);
  color: #fff;
}

.xjdt_right {
  width: 511px;
  height: 610px;

  position: absolute;
  right: -30px;
  top: 0;
  background-color: rgba(174, 215, 233, 0.3);
}

.xjdt_rightIn {
  width: 554px;
  height: 539px;
  margin-left: -75px;
  margin-top: 36px;
  padding: 30px 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 14px 0px rgba(229, 229, 229, 0.43);
  background: rgba(255, 255, 255, 0.9);
}

.xjdt_rightIn ul {
  width: 542px;
  margin-left: -17px;
}

.xjdt_rightIn ul li {
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
}

.xjdt_list_left {
  width: 70px;
  height: 70px;
  background-color: #abd1e8;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding-top: 2px;
  box-sizing: border-box;
}

.xjdt_list_left .day {
  font-size: 32px;
}

.xjdt_list_right {
  width: 450px;
  height: 70px;
  float: right;
  border-bottom: 1px dashed #dfd0d1;
}

.xjdt_list_right a {
  height: 70px;
  padding-left: 30px;
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  /*background: url(sk_wxs_icon_swiper3_list.png) no-repeat 15px center;*/
  line-height: 30px;
  overflow: hidden;
}

.xjdt_list_right a.sw {
  background: url(sk_wxs_icon_swiper3_list2.png) no-repeat 15px center;
}

.xjdt_list_right a:hover {
  color: #860c14;
}

.row4 {
  width: 1400px;
  margin: 0 auto;
  padding: 50px 0 86px 0;
  overflow: hidden;
}

.accordion_ul {
  height: 430px;
  margin-top: 36px;
}

.accordion_ul li {
  width: 100px;
  height: 100%;
  float: left;
  position: relative;
  /* margin-left: 1px; */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}

.accordion_ul li .side {
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
  padding: 50px 30px 0 30px;
  font-size: 22px;
  box-sizing: border-box;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

.accordion_ul li .main {
  width: 900px;
  height: 430px;
}

.accordion_ul li .main img {
  width: 100%;
  height: 100%;
}

.accordion_ul li.active .side {
  opacity: 0;
}

.accordion_ul li.active {
  width: 900px;
}

.footer {
  width: 100%;
  border-top: 1px solid #dfd0d1;
  border-bottom: 10px solid #860c14;
  background-color: #f7f7f7;
}

.bottom_nav_list {
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #dfd0d1;
}

.bottom_nav_list a {
  color: #0d3457;
  padding: 0 10px;
}

.footerIn {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.footerIn_left {
  padding: 40px 0;
  float: left;
}

.footerIn_left_row1 span,
.footerIn_left_row2 span {
  line-height: 30px;
  display: inline-block;
}

.footerIn_left_row1 span:nth-child(1),
.footerIn_left_row2 span:nth-child(1) {
  width: 320px;
}

.footerIn_left_row2 span:nth-child(3) {
  margin-left: 50px;
}

.footerIn_right {
  float: right;
  padding-top: 20px;
}

.wechat_code {
  width: 86px;
}

.wechat_code .wechat_code_img {
  width: 86px;
  height: 86px;
}

.wechat_code .wechat_code_img img {
  width: 100%;
  height: 100%;
}

.wechat_code p {
  text-align: center;
  font-size: 12px;
  color: #707070;
}

/* public */

.bread_nav {
  font-size: 16px;
  color: #0d3457;
  line-height: 80px;
}

.bread_nav a {
  color: #0d3457;
}

.nav_bottom_line {
  width: 100%;
  height: 17px;
  position: relative;
  margin-top: 20px;
}

.nav_bottom_line span {
  width: 100%;
  height: 1px;
  background: #a60712;
  position: absolute;
  left: 0;
  top: 11px;
}

.nav_bottom_line::before,
.nav_bottom_line::after {
  content: "";
  width: 30px;
  height: 17px;

  position: absolute;

  top: 0;
  display: block;
}

.nav_bottom_line::before {
  background: url(sk_wxs_nav_left_cloud.png) no-repeat;
  left: -30px;
}

.nav_bottom_line::after {
  background: url(sk_wxs_nav_right_cloud.png) no-repeat;
  right: -30px;
}

.accordion {
  overflow: hidden;
  margin-right: -1000px;
}

.accordion .acc-item {
  float: left;
  width: 100px;
  height: 430px;
  overflow: hidden;
  position: relative;
  transition: width 0.8s;
}

.accordion .acc-item .img-cont {
  width: 900px;
}

.accordion .acc-item .text-cont {
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 35px;
  font-size: 26px;
  color: #fff;
  background-color: rgba(73, 4, 4, 0.6);
  line-height: 1.1;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.4s 0.6s;
}

.accordion .acc-item .text-cont-2 {
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 35px 20px 26px;
  font-size: 26px;
  color: #fff;
  background-color: rgba(73, 4, 4, 0.6);
  line-height: 1.1;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.4s 0.6s;
  writing-mode: vertical-lr;
}

.accordion .acc-item.active {
  width: 900px;
}

.accordion .acc-item.active .text-cont {
  transition-delay: 0s;
  opacity: 0;
}

.crumbsNav {
  color: #0d3457;
  padding: 30px 0;
}

.content_title {
  font-size: 32px;
  text-align: center;
  padding: 30px 2em 50px;
  color: #0d3457;
  position: relative;
  line-height: 50px;
}

.title_gd {
  padding: 30px 2em 10px;
}

.content_title p {
  font-size: 26px;
}

.content_title.sp_title span {
  display: inline-block;
  background: url(sk_wxs_shipin.gif) 0 center no-repeat;
  padding-left: 60px;
  height: 60px;
  line-height: 60px;
}

.content_main {
  margin: 50px 0;
  padding: 0 2em;
}

.content_main p {
  font-size: 18px;
  line-height: 2 !important;
  margin-bottom: 1em;
  text-indent: 2em;
}

.content_main div {
  font-size: 18px;
  line-height: 2 !important;
  margin-bottom: 1em;
  text-indent: 2em;
}

.content_main img {
  display: block;
  margin: 0 auto;
}

.content_main b {
  color: #0d3457;
}

.content_main p a {
  color: #a60712;
  text-decoration: underline;
}

.content_clear p {
  text-indent: 0 !important;
}

.content_main table {
  margin: 0 auto !important;
  min-width: 70%;
  max-width: 100%;
}

.content_main table td p {
  margin-bottom: 0 !important;
  text-indent: 0 !important;
  padding: 0 4px;
}

.sp_other {
  margin-bottom: 80px;
}

.video_main {
  margin-top: 30px;
  background: url(sk_wxs_nav_sp_bg.jpg) no-repeat;
  height: 695px;
  padding-top: 55px;
  box-sizing: border-box;
}

.video_main .video_box {
  display: block;
  width: 1046px;
  height: 590px;
  margin: 0 auto;
}

.video_main video {
  width: 100%;
  height: 100%;
}

.nav_bottom_line {
  width: 100%;
  height: 17px;
  position: relative;
  margin-top: 20px;
}

.nav_bottom_line span {
  width: 100%;
  height: 1px;
  background: #a60712;
  position: absolute;
  left: 0;
  top: 11px;
}

.nav_bottom_line::before,
.nav_bottom_line::after {
  content: "";
  width: 30px;
  height: 17px;

  position: absolute;

  top: 0;
  display: block;
}

.nav_bottom_line::before {
  background: url(./nav_left_cloud.png) no-repeat;
  left: -30px;
}

.nav_bottom_line::after {
  background: url(./nav_right_cloud.png) no-repeat;
  right: -30px;
}

.bread_nav {
  font-size: 16px;
  color: #0d3457;
  line-height: 80px;
}

.bread_nav a {
  color: #0d3457;
}

.article_info {
  overflow: hidden;
  font-size: 16px;
  color: #0d3457;
  background: url(wxs_otherSpTBg_v202303.png) no-repeat center bottom;
  padding-bottom: 30px;
  padding-left: 2em;
  padding-right: 2em;
}

.article_info .article_info_item {
  float: left;
  margin-right: 35px;
  padding-left: 25px;
  line-height: 38px;
}

.article_info .article_info_item:first-child {
  background: url(wxs_artInfoTime_v2023.png) no-repeat left center;
  background-size: 16px auto;
}

.article_info .article_info_item:nth-child(2) {
  background: url(wxs_artInfoSource_v2023.png) no-repeat left center;
  background-size: 17px auto;
}

.article_info .article_info_item.print {
  background: url(wxs_artDetPrintIcon_v2023.png) no-repeat left center;
  background-size: 16px auto;
  cursor: pointer;
}

.article_info .article_info_item.fontSize {
  background: url(wxs_artDelFontIcon_v2023.png) no-repeat left center;
  background-size: 17px auto;
}

.article_info .article_info_item.fontSize a {
  cursor: pointer;
  padding: 0 6px;
}

.article_info .article_info_item.fontSize a.active {
  color: #860c14;
}

.article_info_share {
  float: right;
  line-height: 38px;
  overflow: hidden;
}

.article_info_share span,
.article_info_share img {
  display: block;
  float: left;
  margin-left: 10px;
}

.article_info_share img {
  cursor: pointer;
}

.article_info_share .view {
  display: inline-block;
  float: right;
}

.sp_other ul {
  position: relative;
  height: 344px;
  width: 1400px;
  background: url(wxs_spDetOs_v2023.png) no-repeat;
  background-size: 1400px 344px;
}

.sp_other_title {
  font-size: 30px;
  color: #0d3457;
  font-family: "sourcehanserifcnheavy";
  height: 120px;
  line-height: 120px;
  background: url(wxs_otherSpTBg_v202303.png) no-repeat center bottom;

  margin-bottom: 25px;
}

@font-face {
  font-family: "sourcehanserifcnheavy";
  src: url("./sourcehanserifcnheavy.ttf");
}

.sp_other ul li {
  position: absolute;
  width: 373px;
  height: 203px;
}

.sp_other ul li a {
  display: block;
  position: relative;
}

.sp_other ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url(sk_wxs_video_bg.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.sp_other ul li .txt_con {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  width: 100%;
  background: url(wxs_otherSpLiTBg_v2023.png) no-repeat bottom center;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 15px;
}

.sp_other ul li img {
  display: block;
  width: 373px;
  height: 202px;
}

.sp_other ul li:first-child {
  top: 72px;
  left: 117px;
}

.sp_other ul li:nth-child(2) {
  top: 0;
  left: 571px;
}

.sp_other ul li:last-child {
  right: 0;
  bottom: 0;
}

.gdwx_row1 {
  position: relative;
  width: 100%;
  height: 675px;
}

.gdwx_row1 img {}

@keyframes slideToRight {
  0% {
    margin-left: -100px;
    opacity: 0;
  }

  100% {
    margin-left: 0px;
    opacity: 1;
  }
}

@keyframes slideToLeft {
  0% {
    margin-right: -100px;
    opacity: 0;
  }

  100% {
    margin-right: 0px;
    opacity: 1;
  }
}

.gdwx_row1_left {
  width: 929px;
  height: 675px;
  overflow: hidden;
  animation: slideToRight 1s;
}

.gdwx_row1_left img {
  display: block;
  width: 100%;
  height: 100%;
}

.gdwx_row2 {
  width: 100%;
  margin-top: 70px;
}

.gdwx_row1_right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 939px;
  height: 380px;
  background: url(wxs_yjs_r1rBg_v2023.png) no-repeat;
  box-sizing: border-box;
  padding: 45px 65px;
  animation: slideToLeft 1s;
}

.gr_title {
  font-size: 50px;
  font-family: "sourcehanserifcnheavy";
  color: #fff;
  background: url(wxs_yjs_r1t_v2023.png) no-repeat left center;
  height: 64px;
  line-height: 64px;
  padding-left: 90px;
}

.gr1_desc {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  margin-top: 20px;
}

.gdwx_title_brown {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #8a704a;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.gdwx_row1_right .xrld_title_right a:hover {
  /* color: #a60712; */
}

.gdwx_title_brown span {
  float: left;
}

.gdwx_row2In ul {
  /* overflow: hidden; */
  height: 583px;
}

.gdwx_row2In li {
  float: left;
  position: relative;
  width: 312px;
  height: 433px;
  margin-left: 40px;
  margin-top: 80px;
}

.gdwx_row2In li .time {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  /*-ms-writing-mode: tb-rl;*/
  /*writing-mode: vertical-lr;*/
  text-align: center;
  width: 36px;
  line-height: 36px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  padding-left: 20px;
}

.gdwx_row2In .txt-con {
  position: absolute;
  width: 121px;
  height: 431px;
  background: url(wxs_yjsDescBg_v2023.png) no-repeat;
  top: 67px;
  left: -40px;
  z-index: 2;
  transition: 0.3s;
}

.gdwx_row2In .txt-con .desc {
  font-size: 16px;
  color: #fff;
  padding: 0 40px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 300px;
  padding-top: 20px;
  box-sizing: border-box;
  width: 100%;
  text-indent: 2em;
}

.xd_row .txt-con .desc {
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 20px;
  overflow: hidden;
  text-indent: 0;
}

.gdwx_row2In li:first-child .txt-con .desc {
  height: 230px;
}

.gdwx_row2In li:last-child {
  float: right;
}

.gdwx_row2In li:nth-child(2) {
  margin-left: 200px;
  margin-top: 0;
}

.gdwx_row2In li .pic_con {
  position: relative;
  z-index: 1;
  transition: 0.3s;
  width: 312px;
  height: 437px;
}

.gdwx_row2In li .pic_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gdwx_row2In li:hover .pic_con {
  transition: 0.3s;
  transform: translateX(40px);
}

.gdwx_row2In li:hover .txt-con {
  left: -80px;
  transition: 0.3s;
}

.gdwx_row2In {
  /* overflow: hidden; */
  padding: 5px 1px;
}

.gdwx_row2_swiper {
  padding: 18px 0;
  position: relative;
  margin: 0 -16px;
  margin-top: 10px;
}

.gdwx_row2_swiper .swiper-btn {
  position: absolute;
  width: 44px;
  height: 100%;
  top: 0;
  cursor: pointer;
  z-index: 2;
}

.gdwx_row2_swiper .swiper-btn:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 44px;
  height: 100%;
  background-size: 100% auto;
  background-position: 0 center;
  background-repeat: no-repeat;
  top: 0;
}

.gdwx_row2_swiper .swiper-btn:after {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  background-color: #ffffff;
  box-shadow: 0px 0px 7.6px 2.4px rgba(82, 128, 151, 0.32);
  position: absolute;
  top: 0;
}

.gdwx_row2_swiper .swiper-btn.prev {
  left: 16px;
}

.gdwx_row2_swiper .swiper-btn.next {
  right: 16px;
}

.gdwx_row2_swiper .swiper-btn.prev:after {
  left: 0px;
}

.gdwx_row2_swiper .swiper-btn.next:after {
  right: 0px;
}

.gdwx_row2_swiper .swiper-btn.prev:before {
  left: 0;
  background-image: url(wxs_ddwxyjs_arrow1.png);
}

.gdwx_row2_swiper .swiper-btn.next:before {
  right: 0;
  background-image: url(wxs_ddwxyjs_arrow2.png);
}

.gdwx_row2_swiper .swiper-slide {
  box-sizing: border-box;
  padding: 0 16px;
}

.gdwx_row2_swiper .swiper-slide .img-cont {
  position: relative;
  overflow: hidden;
  width: 295px;
  height: 222px;
  text-align: center;
  line-height: 222px;
}

.gdwx_row2_swiper .swiper-slide .img-cont img {
  transition: 0.3s;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.gdwx_row2_swiper .swiper-slide:hover .img-cont img {
  transform: scale(1.1);
  transition: 0.3s;
}

.gdwx_row2_swiper .lsgg-box {
  background-color: rgba(212, 225, 232, 0.5);
  box-sizing: border-box;
  padding: 15px;
  height: 470px;
  cursor: pointer;
}

.gdwx_row2_swiper .lsgg-box .text-cont {
  padding: 10px;
}

.gdwx_row2_swiper .lsgg-box .text-cont h3 {
  font-size: 20px;
  color: #528097;
  margin-top: 10px;
}

.gdwx_row2_swiper .lsgg-box .text-cont p {
  color: #234454;
  font-size: 16px;
  line-height: 2;
  margin-top: 6px;
}

/* .gdwx_title_brown .more {
    padding-right: 30px;
    font-size: 20px;
    background: url(./icon_more.png) no-repeat right center;
    color: #a60712;
    float: right;
} */

.gdwx_title_blue {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #88a5b7;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.gdwx_title_blue span {
  float: left;
}

/* .gdwx_title_blue .more {
    padding-right: 30px;
    font-size: 20px;
    background: url(./icon_more.png) no-repeat right center;
    color: #a60712;
    float: right;
} */

/*  历任领导 */

.lrld_box {
  width: 100%;
  margin-top: 70px;
}

.lrld_boxIn {
  width: 100%;
  position: relative;
}

.lrld_box .gdwx_title_brown img {
  display: block;
  float: left;
}

.lrld_content {
  width: 1166px;
  height: 519px;
  background: url(gdwx_lrlg_bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 40px;
  padding: 56px 226px 0 60px;
  box-sizing: border-box;
}

.lrld_title {
  width: 100%;
  overflow: hidden;
  color: #664b32;
}

.lrld_title_left {
  float: left;
}

.lrld_title_left h2 {
  font-size: 28px;
  font-weight: bold;
}

.lrld_title_left p {
  font-size: 20px;
  margin-top: 22px;
  font-weight: bold;
  display: block;
}

.lrld_title_right {
  float: right;
}

.lrld_title_right .lrld_detail {
  width: 113px;
  height: 24px;
  line-height: 24px;
  background: url(gdwx_lrld_detial.png) no-repeat;
  background-color: 100%;
  display: block;
  color: #664b32;
  text-align: center;
  font-size: 16px;
  margin-top: 58px;
}

.lrld_detal_text {
  font-size: 18px;
  line-height: 36px;
  margin-top: 40px;
  color: #664b32;
}

.lrld_name_box {
  width: 100%;
  height: 130px;
  position: relative;
  margin-top: 30px;
}

.lrld_name_list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lrld_name_list_ul {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lrld_name_list_ul li {
  height: 100%;
  /* width: 141px; */
  width: 96px;
  background: url(gdwx_lrld_name_link.png) no-repeat center 38px;
  font-size: 20px;
  text-align: center;
  color: #8a704a;
  float: left;
  cursor: pointer;
}

.lrld_name_list_ul li span {
  position: relative;
}

.lrld_name_list_ul li span:before,
.lrld_name_list_ul li span:after {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: none;
}

.lrld_name_list_ul li.active span:before,
.lrld_name_list_ul li.active span:after {
  display: block;
}

.lrld_name_list_ul li span:before {
  right: 110%;
  background-image: url(gdwx_lrld_arrow1.png);
}

.lrld_name_list_ul li span:after {
  left: 110%;
  background-image: url(gdwx_lrld_arrow2.png);
}

/* .lrld_name:nth-child(1),
.lrld_name:nth-last-child(1) {
    width: ;
} */

.lrld_name.active {
  background: url(gdwx_lrld_name_active.png) no-repeat center 38px;
  font-weight: bold;
}

.lrld_name_line {
  width: 100%;
  height: 11px;
  position: absolute;
  top: 70px;
}

.lrld_name_line span {
  width: 100%;
  height: 1px;
  background: #cabdaa;
  position: absolute;
  top: 6px;
}

.lrld_name_line::before,
.lrld_name_line::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #cabdaa;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  top: 0;
}

.lrld_name_line::before {
  left: -12px;
}

.lrld_name_line::after {
  right: -12px;
}

.lrld_picture {
  width: 362px;
  height: 484px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: -50px;
}

.lrld_picture_ul {
  width: 100%;
  height: 100%;
  position: relative;
}

.lrld_picture_ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 1;
  overflow: hidden;
}

.lrld_picture_ul li img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lrld_picture_ul li:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

/* .lrld_picture_ul li:nth-child(1) {
    opacity: 1;
    z-index: 2;
} */

.lrld_picture_ul li.active {
  opacity: 1;
  z-index: 2;
}

.lrld_btn {
  width: 183px;
  height: 85px;
  background: url(gdwx_lrld_btnBox_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

.lrld_btn span {
  width: 20px;
  height: 34px;
  display: block;
  position: absolute;
  top: 26px;
  cursor: pointer;
}

.lrld_left_btn {
  background: url(gdwx_lrld_left_bg.png) no-repeat;
  background-size: 100%;
  left: 50px;
}

.lrld_right_btn {
  background: url(gdwx_lrld_left_bg.png) no-repeat;
  background-size: 100%;
  right: 50px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* 现任领导 */

.xrld_box {
  margin-top: 100px;
}

.xrld_boxIn {
  width: 100%;
  height: 500px;
  background: url(jdwxyjs_xrld_btnBox_bg.jpg) no-repeat;
  background-size: cover;
  padding: 56px 78px 30px 60px;
  box-sizing: border-box;
  margin-top: 40px;
  background-position: right bottom;
}

.xrld_swiper {
  width: 802px;
  height: 450px;
  float: left;
}

.xrld_title {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.xrld_title_left {
  float: left;
}

.xrld_title_left h2 {
  font-size: 28px;
  font-weight: bold;
}

.xrld_title_left p {
  font-size: 20px;
  margin-top: 22px;
  font-weight: bold;
  display: block;
}

.xrld_title_right {
  float: right;
}

.gdwx_row1_right .xrld_title_right .xrld_detail {
  margin-top: 40px;
}

.xrld_title_right .xrld_detail {
  width: 113px;
  height: 24px;
  line-height: 24px;
  background: url(gdwx_xrld_detial.png) no-repeat;
  background-color: 100%;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 60px;
}

.xrld_detal_text {
  font-size: 18px;
  line-height: 36px;
  margin-top: 40px;
  color: #fff;
}

.gdwx_row4.xrld_box .xrld_detal_text_mks {
  height: 250px;
  overflow-y: auto;
  padding-right: 15px;
}

.gdwx_row4.xrld_box .xrld_detal_text_mks::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.gdwx_row4.xrld_box .xrld_detal_text_mks::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #adc0b1;
}

.gdwx_row4.xrld_box .xrld_detal_text_mks::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ccc3ba;
  opacity: 0.3;
}

.swiper-container_xrld {
  position: relative;
}

.swiper-pagination_xrld {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2;
}

.swiper-pagination_xrld .swiper-pagination-switch {
  width: 22px;
  height: 22px;
  background: url(gdwx_swiperWhite_link.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  opacity: 0.5;
  margin: 0 15px;
}

.swiper-pagination_xrld .swiper-active-switch {
  opacity: 1;
}

.xrld_picture_ul {
  width: 362px;
  height: 484px;
  margin-top: -126px;
  float: right;
  background-color: #fff;
  position: relative;
}

.xrld_picture_ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}

.xrld_picture_ul li img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xrld_picture_ul li:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.xrld_picture_ul li.active {
  opacity: 1;
  z-index: 2;
}

/* 历任专家学者 */

.lrzj_box {
  margin-top: 80px;
}

.lrzj_boxIn {
  width: 100%;
  height: 509px;
  overflow: hidden;
  margin-top: 40px;
}

.lrzj_left {
  width: 857px;
  height: 100%;
  background: url(gdwx_lrzj_left_bg.png) no-repeat;
  background-size: cover;
  float: left;
  padding: 68px 60px 0 68px;
  box-sizing: border-box;
}

.lrzj_ul {
  width: 100%;
  height: 100%;
  position: relative;
}

.lrzj_ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.lrzj_ul li.active {
  opacity: 1;
  z-index: 2;
}

.lrzj_pic_box {
  width: 244px;
  height: 100%;
  float: left;
  margin-right: 50px;
}

.lrzj_pic_box .photo {
  width: 100%;
  height: 326px;
}

.lrzj_pic_box .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lrzj_pic_box .name {
  font-size: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-top: 34px;
}

.lrzj_text_box {
  /*
  width: 420px;
  float: right;
  */
}

.lrzj_text_box p {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  margin-top: 10px;
  text-align: justify;
  height: 324px;
}

.lrzj_detail_box {
  width: 100%;
  margin-top: 50px;
  text-align: right;
}

.lrzj_detail_box a {
  width: 113px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: url(gdwx_xrld_detial.png) no-repeat;
  background-size: 100%;
  color: #fff;
  display: inline-block;
}

.lrzj_right {
  width: 543px;
  height: 100%;
  background: url(jdwxyjs_lrzj_right_bg.png) no-repeat;
  background-size: cover;
  float: right;
  padding: 50px 10px 50px 56px;
  box-sizing: border-box;
}

.lrzj_right_ul {
  width: 100%;
  overflow-y: auto;
  padding-right: 46px;
  box-sizing: border-box;
  max-height: 400px;
}

.lrzj_right_ul::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.lrzj_right_ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #adc0b1;
}

.lrzj_right_ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ccc3ba;
  opacity: 0.3;
}

.lrzj_right_ul li {
  width: 138px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  float: left;
  margin-bottom: 10px;
  font-size: 20px;
  color: #21384d;
  cursor: pointer;
  transition: all 0.4s;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: relative;
}

.lrzj_right_ul li:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #4b6b87;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transition: all 0.4s;
  margin-left: -32px;
}

.lrzj_right_ul li:hover:after,
.lrzj_right_ul li.active:after {
  width: 64px;
}

.lrzj_right_ul li:hover,
.lrzj_right_ul li.active {
  background-image: url(gdwx_lrzj_btn_active.png);
  background-size: 100% auto;
  color: #21384d;
  font-weight: bold;
}

.lrzj_right_ul li p {
  font-size: 14px;
  line-height: 14px;
  margin-top: 6px;
}

/* 现任研究员 */

.xryjy_content_swiper {
  width: 940px;
  overflow: hidden;
}

.xryjy_boxIn {
  margin-top: 40px;
}

.xryjy_content {
  width: 100%;
  height: 509px;
  background: url(jdwxyjs_xryjy_bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 60px 0 60px;
  box-sizing: border-box;
  position: relative;
  background-position: right bottom;
}

.xryjy_box {
  margin-top: 80px;
}

.xryjy_title {
  width: 100%;
  padding-right: 0px;
  box-sizing: border-box;
  overflow: hidden;
  color: #0d3457;
}

.xryjy_title_left {
  float: left;
}

.xryjy_title_left h2 {
  font-size: 28px;
  font-weight: bold;
}

.xryjy_title_left p {
  font-size: 20px;
  margin-top: 22px;
  font-weight: bold;
  display: block;
}

.xryjy_title_right {
  float: right;
}

.xryjy_title_right .xryjy_detail {
  width: 113px;
  height: 24px;
  line-height: 24px;
  background: url(gdwx_xryjy_detial.png) no-repeat;
  background-color: 100%;
  display: block;
  color: #0d3457;
  text-align: center;
  font-size: 16px;
  margin-top: 60px;
}

.xryjy_detal_text {
  font-size: 18px;
  line-height: 36px;
  margin-top: 40px;
  color: #0d3457;
  padding-right: 0px;
  box-sizing: border-box;
  text-align: justify;
}

.xryjy_name_box {
  width: 100%;
  height: 130px;
  position: relative;
  margin-top: 36px;
}

.xryjy_name_list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.xryjy_name_list_ul {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.xryjy_name_list_ul li {
  height: 100%;
  /* width: 141px; */
  width: 128px;
  background: url(gdwx_xjyjy_name_link.png) no-repeat center 38px;
  font-size: 20px;
  text-align: center;
  color: #0d3457;
  float: left;
  cursor: pointer;
}

/* .xryjy_name:nth-child(1),
.xryjy_name:nth-last-child(1) {
    width: ;
} */

.xryjy_name.active {
  background: url(gdwx_xryjy_name_active.png) no-repeat center 38px;
  font-weight: bold;
}

.xryjy_name_list_ul li span {
  position: relative;
}

.xryjy_name_list_ul li span:before,
.xryjy_name_list_ul li span:after {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: none;
}

.xryjy_name_list_ul li.active span:before,
.xryjy_name_list_ul li.active span:after {
  display: block;
}

.xryjy_name_list_ul li span:before {
  right: 110%;
  background-image: url(gdwx_xryjy_arrow1.png);
}

.xryjy_name_list_ul li span:after {
  left: 110%;
  background-image: url(gdwx_xryjy_arrow2.png);
}

.xryjy_name_line {
  width: 100%;
  height: 11px;
  position: absolute;
  top: 70px;
}

.xryjy_name_line span {
  width: 100%;
  height: 1px;
  background: #9eb3c2;
  position: absolute;
  top: 6px;
}

.xryjy_name_line::before,
.xryjy_name_line::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #9eb3c2;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  top: 0;
}

.xryjy_name_line::before {
  left: -12px;
}

.xryjy_name_line::after {
  right: -12px;
}

.xryjy_picture {
  width: 244px;
  height: 326px;
  background-color: #999;
  position: absolute;
  right: 60px;
  top: -40px;
}

.xryjy_picture_ul {
  width: 100%;
  height: 100%;
  position: relative;
}

.xryjy_picture_ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 1;
}

/* .xryjy_picture_ul li:nth-child(1) {
    opacity: 1;
    z-index: 2;
} */

.xryjy_picture_ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xryjy_picture_ul li.active {
  opacity: 1;
  z-index: 2;
}

/* .xryjy_btn {
    width: 183px;
    height: 85px;
    background: url(./gdwx_xryjy_btnBox_bg.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

.xryjy_btn span {
    width: 20px;
    height: 34px;
    display: block;
    position: absolute;
    top: 26px;
    cursor: pointer;
}

.xryjy_left_btn {
    background: url(./gdwx_xryjy_left_bg.png) no-repeat;
    background-size: 100%;
    left: 50px;
}

.xryjy_right_btn {
    background: url(./gdwx_xryjy_left_bg.png) no-repeat;
    background-size: 100%;
    right: 50px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
} */

/* 重要成果 */

.zycg_boxIn {
  margin-top: 40px;
}

.zycg_box {
  margin-top: 80px;
}

.zycg_box {
  width: 100%;
  padding-bottom: 80px;
}

.swiper-container_zycg {
  height: 480px;
  position: relative;
}

.swiper-container_zycg .swiper-slide a {
  background: url(wxs_yjsCgBg1_v2023.jpg) no-repeat;
}

.swiper-container_zycg .swiper-slide a:nth-child(even) {
  background: url(wxs_yjsCgBg2_v2023.jpg) no-repeat;
}

.swiper-container_zycg .swiper-slide a {
  display: block;
  width: 440px;
  height: 412px;
  padding-top: 40px;
  margin-right: 40px;
  float: left;
  text-align: center;
  box-sizing: border-box;
}

.swiper-container_zycg .swiper-slide a:last-of-type {
  margin-right: 0;
}

.swiper-container_zycg .swiper-slide .book_img {
  height: 263px;
}

.swiper-container_zycg .swiper-slide .book_img img {
  max-height: 263px;
  max-width: 380px;
}

.swiper-container_zycg .swiper-slide .book_name {
  font-size: 18px;
  padding-top: 15px;
  color: #21384d;
}

.swiper-container_zycg .swiper-slide .book_autor {
  font-size: 18px;
  padding-top: 15px;
  color: #21384d;
}

.swiper-pagination_zycg {
  width: 100%;
  height: 40px;
  /* background-color: red; */
  position: absolute;
  text-align: center;
  bottom: 0;
}

.swiper-pagination_zycg .swiper-pagination-switch {
  width: 22px;
  height: 22px;
  background: url(gdwx_xrld_brwon_btn.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  opacity: 0.6;
  margin: 0 20px;
  position: relative;
}

.swiper-pagination_zycg .swiper-pagination-switch:last-of-type:after {
  display: none;
}

.swiper-pagination_zycg .swiper-pagination-switch:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #4b6b87;
  opacity: 0.3;
  position: absolute;
  left: 100%;
  top: 50%;
}

.swiper-pagination_zycg .swiper-active-switch {
  opacity: 1;
}

.xrld_picture_ul {
  width: 362px;
  height: 484px;
  margin-top: -126px;
  float: right;
  background-color: #fff;
  position: relative;
}

.cg-wrapper .img-cont img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.base-wrapper {
  width: 1400px;
  margin: 0 auto;
}

.base-chil-top {
  text-align: center;
  background: url(wxs_base_top_border.png) 0 bottom no-repeat;
  background-size: 100% auto;
  color: #0d3457;
  padding-bottom: 36px;
  margin-bottom: 35px;
}

.base-chil-top h2 {
  font-size: 34px;
  font-family: "sourcehanserifcnheavy";
}

.base-chil-top .menu-list {
  margin-top: 35px;
}

.base-chil-top .menu-list .menu-item {
  display: inline-block;
  width: 210px;
  height: 54px;
  line-height: 52px;
  font-size: 20px;
  background: url(wxs_base_top_bg1.png) no-repeat;
  background-size: 100% auto;
  margin: 0 18px;
}

.base-chil-top .gd-menu-list .menu-item {
  display: inline-block;
  width: 280px;
  height: 54px;
  line-height: 52px;
  font-size: 20px;
  background: url(wxs_base_top_bg1.png) no-repeat;
  background-size: 100% 100%;
  margin: 10px 18px;
}

.base-chil-top.wyh-top .menu-item {
  margin: 0 8px;
}

.base-chil-top .menu-item:hover,
.base-chil-top .menu-item.active {
  background-image: url(wxs_base_top_bg2.png);
  color: #ffffff;
  transition: 0.2s;
}

.base-chil-top .menu-child-list {
  margin-top: 25px;
  font-size: 18px;
}

.base-chil-top.wyh-top .menu-child-list {
  text-align: right;
}

.base-chil-top.kxyj-top .menu-child-list {
  width: 213px;
  margin-left: 468px;
}

.base-chil-top .menu-child-item:hover,
.base-chil-top .menu-child-item.active {
  color: #a60712;
  font-weight: bold;
}

.base-chil-top .menu-child-list span {
  margin: 0 10px;
}

.base-chil-top .search-cont {
  margin: 30px auto 0;
  width: 850px;
  overflow: hidden;
}

.base-chil-top .search-cont .input-cont {
  width: 700px;
  height: 54px;
  background: url(wxs_search_bg.png) no-repeat;
  background-size: 100% auto;
  float: left;
  box-sizing: border-box;
  padding: 0 15px;
}

.base-chil-top .search-cont .input-cont input {
  background: transparent;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-indent: 10px;
  border: none;
  outline: none;
  font-size: 20px;
}

.base-chil-top .search-cont .input-cont span {
  text-align: left;
  width: 100%;
  height: 54px;
  line-height: 54px;
  display: block;
}

.base-chil-top .search-cont .search-btn {
  width: 138px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  text-indent: 45px;
  cursor: pointer;
  float: right;
  background: url(wxs_search_btn.png) no-repeat;
  box-sizing: border-box;
  background-size: 100% auto;
  color: #fff;
}

.djgz-wrapper li {
  background-color: #ffffff;
  background-image: url(wxs_djgz_list_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: solid 1px #dee8ef;
  box-sizing: border-box;
  padding: 30px 50px;
  margin-bottom: 24px;
  overflow: hidden;
}

.djgz-wrapper.xscg-wrapper li {
  background-image: none;
  position: relative;
}

.djgz-wrapper.xscg-wrapper li:before,
.djgz-wrapper.xscg-wrapper li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  left: 0;
}

.djgz-wrapper.xscg-wrapper li:before {
  background-image: url(wxs_base_list_bg1.png);
  top: 0;
  background-position: left top;
}

.djgz-wrapper.xscg-wrapper li:after {
  background-image: url(wxs_base_list_bg2.png);
  bottom: 0;
  background-position: left bottom;
}

.djgz-wrapper li .img-cont {
  width: 328px;
  height: 246px;
  float: left;
  margin-right: 50px;
  overflow: hidden;
}

.djgz-wrapper.cg-wrapper li .img-cont {
  width: 230px;
  height: 246px;
  float: left;
  margin-right: 50px;
  overflow: hidden;
}

.djgz-wrapper li .img-cont img {
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.djgz-wrapper li .img-cont:hover img {
  transform: scale(1.1);
}

.djgz-wrapper li .text-cont {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.djgz-wrapper .text-cont h3 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
  transition: all 0.4s;
}

.djgz-wrapper .text-cont h3 a {
  display: block;
}

.djgz-wrapper .text-cont h3 a span {
  color: #A60712;
  text-decoration: underline;
}

.djgz-wrapper li:hover .text-cont h3 {
  color: #a60712;
}

.djgz-wrapper .text-cont .djgz-time {
  font-size: 14px;
  color: #0d3457;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  transition: all 0.4s;
}

.djgz-wrapper li:hover .text-cont .djgz-time {
  color: #a60712;
}

.djgz-wrapper .text-cont .djgz-time:before {
  content: "";
  width: 24px;
  height: 16px;
  background: url(wxs_djgz_list_icon1.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 90px;
  z-index: 2;
}

.djgz-wrapper.xscg-wrapper .text-cont .djgz-time:before {
  left: 100px;
}

.djgz-wrapper li:hover .text-cont .djgz-time:before {
  background-image: url(wxs_djgz_list_icon2.png);
}

.djgz-wrapper .text-cont .djgz-time:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dde4ea;
  top: 50%;
  left: 112px;
  position: absolute;
  transition: all 0.4s;
  margin-top: 1px;
}

.djgz-wrapper li:hover .text-cont .djgz-time:after {
  background-color: #a60712;
}

.djgz-wrapper .text-cont p {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 1.8;
  margin-top: 18px;
  text-indent: 2em;
}

.djgz-wrapper .text-cont .djgz-detail {
  width: 99px;
  height: 21px;
  line-height: 20px;
  width: 99px;
  height: 21px;
  color: #0d3457;
  text-align: center;
  background: url(wxs_djgz_detail.png) no-repeat;
  background-size: 100% auto;
  display: block;
  margin-top: 25px;
  font-size: 14px;
  transition: all 0.4s;
}

.djgz-wrapper .text-cont .djgz-detail:hover {
  color: #a60712;
  background-image: url(wxs_djgz_detail_hover.png);
}

.djgz-wrapper .red-text {
  color: #a60712;
}

.djgz-wrapper .search-result {
  font-size: 16px;
  margin-bottom: 20px;
}

.djgz-wrapper .search-result .result-text {
  float: left;
  color: #1a1a1a;
}

.djgz-wrapper .search-result .result-text span {
  color: #a60712;
}

.djgz-wrapper .search-result .order-cont {
  float: right;
  width: 300px;
  text-align: right;
}

.djgz-wrapper .search-result .order-item {
  display: inline-block;
  margin-left: 32px;
  padding-right: 20px;
  color: #0d3457;
  background: url(wxs_search_order2.png) right center no-repeat;
  cursor: pointer;
}

.djgz-wrapper .search-result .order-item.active {
  color: #a60712;
  background-image: url(wxs_search_order1.png);
}

.pages {
  padding: 30px 0;
  text-align: center;
}

.pages a {
  display: inline-block;
  border: 1px solid #dddddd;
  padding: 3px 12px;
  font-size: 16px;
  border-radius: 2px;
  margin: 0 2px;
}

.pages a:hover {
  border: 1px solid #a60712;
}

.pages a.active {
  background-color: #a60712;
  border-color: #a60712;
  color: #fff;
}

.pages span {
  margin: 0 5px;
}

.pages input {
  width: 34px;
  height: 27px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ddd;
}

.pages .sk05_submit {
  width: 38px;
  height: 28px;
  border-radius: 2px;
  background-color: #a60712;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 0;
}

.pages .goto {
  display: inline-block;
}

.base-page-wrapper {
  background-color: #ffffff;
  border: solid 1px #dee8ef;
  position: relative;
  padding: 70px 80px;
  margin-bottom: 90px;
}

.base-page-wrapper:before,
.base-page-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  left: 0;
}

.base-page-wrapper:before {
  background-image: url(wxs_base_list_bg1.png);
  top: 0;
  background-position: left top;
}

.base-page-wrapper:after {
  background-image: url(wxs_base_list_bg2.png);
  bottom: 0;
  background-position: left bottom;
}

.base-page-wrapper h3 {
  text-align: center;
  font-size: 38px;
  position: relative;
  color: #0d3457;
}

.base-page-wrapper h3:after {
  content: "";
  width: 52px;
  height: 5px;
  background-color: #a70712;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  bottom: -30px;
}

.base-page-title h3 {
  margin-bottom: 1.5em;
}

.base-page-wrapper .page-content {}

.base-page-wrapper .page-content h4 {
  font-size: 22px;
  color: #0d3457;
  margin-bottom: 15px;
  margin-top: 40px;
}

.base-page-wrapper .page-content h4:nth-of-type(1) {
  margin-top: 0;
}

.base-page-wrapper .page-content.xsst-content h4 {
  text-indent: 2em;
}

.base-page-wrapper .page-content p {
  font-size: 20px;
  line-height: 2;
  color: #1a1a1a;
  text-indent: 2em;
  margin-bottom: 1em;
}

.base-page-wrapper .page-content p a {
  color: #0000ff;
}

.base-page-wrapper .page-content-lm p {
  margin-bottom: 1em;
}

.base-page-wrapper .page-content-lm table td p {
  margin-bottom: 0 !important;
  text-indent: 0 !important;
  padding: 0 4px;
  font-size: 18px;
}

.base-page-wrapper .page-content p span {}

.xscg-zz-wrapper ul {
  margin-right: -50px;
}

.xscg-zz-wrapper li {
  width: 685px;
  height: 270px;
  margin-right: 30px;
  background-image: none;
  float: left;
  position: relative;
  padding: 28px 35px;
}

.ztzl li {
  width: 685px;
  height: 350px;
}

.ztzl li img {
  width: 100%;
  height: 100%;
}

.xscg-zz-wrapper li .img-cont {
  width: 154px;
  height: 216px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-right: 36px;
}

.xscg-zz-wrapper li .text-cont {
  position: relative;
}

.xscg-zz-wrapper .text-cont h3 {
  white-space: normal;
}

.xscg-zz-wrapper .text-cont .djgz-time {
  margin-top: 35px;
}

.xscg-zz-wrapper .text-cont .djgz-time:before {
  left: 100px;
}

.djgz-wrapper .text-cont .djgz-time:after {
  left: 112px;
}

.xscg-zz-wrapper li:after,
.xscg-zz-wrapper li:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 50px;
}

.xscg-zz-wrapper li:before {
  top: 0;
  background-position: left top;
  background-image: url(wxs-xscg-zz-bg1.png);
}

.xscg-zz-wrapper li:after {
  bottom: 0;
  background-position: left bottom;
  background-image: url(wxs-xscg-zz-bg2.png);
}

.pywyh-wrapper .wyh-list {
  padding-top: 45px;
  margin: 0 -32px;
  font-size: 0;
  text-align: center;
}

.pywyh-wrapper .wyh-list .wyh-item {
  display: inline-block;
  margin: 0 32px;
  width: 228px;
  height: 335px;
  background: url(wxs-wyh-bg.png) no-repeat;
  background-size: cover;
  border: solid 1px #e0edf4;
  border-bottom: 4px solid #94aec5;
  box-sizing: border-box;
  padding: 18px;
  margin-bottom: 55px;
}

.pywyh-wrapper .wyh-list .wyh-item .img-cont {
  height: 236px;
  overflow: hidden;
}

.pywyh-wrapper .wyh-list .wyh-item .text-cont {
  text-align: center;
  font-size: 22px;
  margin-top: 18px;
}

.wxsjj-content {
  padding-top: 10px;
  position: relative;
  margin-bottom: 50px;
}

.wxsjj-content .img-jj img {
  width: 100%;
  height: auto;
}

.wxsjj-content .img-cont {
  width: 929px;
  height: 530px;
  overflow: hidden;
  animation: slideToRight 1s;
}

.wxsjj-content .text-cont {
  width: 740px;
  height: 428px;
  background-color: #ffffff;
  border: solid 1px #f0ebeb;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 2;
  padding: 60px 65px;
  box-sizing: border-box;
  background-image: url(wxs-wxsjj-bg.jpg);
  background-size: cover;
  animation: slideToLeft 1s;
}

.wxsjj-content .text-cont h3 {
  font-size: 38px;
  color: #0d3457;
  position: relative;
}

.wxsjj-content .text-cont h3:after {
  content: "";
  width: 52px;
  height: 4px;
  background-color: #a70712;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.wxsjj-content .text-cont p {
  margin-top: 80px;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 2;
}

.xrld-wrapper .xrld-item {
  padding-top: 50px;
  padding-bottom: 80px;
  overflow: hidden;
  border-bottom: 1px solid #dee8ef;
}

.xrld-wrapper .xrld-item .img-cont {
  width: 200px;
  float: left;
}

.xrld-wrapper .xrld-item .text-cont {
  width: 1160px;
  float: right;
}

.xrld-wrapper .xrld-item .text-cont h3 {
  color: #0d3457;
  font-size: 28px;
}

.xrld-wrapper .xrld-item .text-cont h3 span {
  font-size: 18px;
  margin-left: 20px;
}

.xrld-wrapper .xrld-item .text-cont p {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 2;
  max-height: 176px;
  overflow: hidden;
  transition: all 0.4s;
}

.xrld-wrapper .xrld-item .text-cont .hide-cont.active p {
  max-height: 1000px;
}

.xrld-wrapper .xrld-item .hide-cont {
  position: relative;
}

.xrld-wrapper .xrld-item .hide-cont:after {
  content: "";
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 50px;
  background: linear-gradient(to top,
  rgba(255, 255, 255, 1),
  rgba(255, 255, 255, 0.2));
  position: absolute;
  opacity: 1;
  transition: all 0.4s;
}

.xrld-wrapper .xrld-item .text-cont .hide-cont.active:after {
  opacity: 0;
}

.xrld-wrapper .xrld-item .show-more {
  position: absolute;
  z-index: 2;
  width: 75px;
  left: 50%;
  margin-left: -38px;
  background: url(wxs-xrld-arrow1.png) 0 center no-repeat;
  padding-left: 38px;
  color: #ab0712;
  font-size: 16px;
  bottom: -40px;
  cursor: pointer;
}

.xrld-wrapper .xrld-item .text-cont .hide-cont.active .show-more {
  background-image: url(wxs-xrld-arrow2.png);
}

.zt-banner {
  position: relative;
}

.zt-banner .logo-link {
  position: absolute;
  width: 20%;
  z-index: 2;
  top: 4.5%;
  left: 3%;
  font-size: 0;
  padding-top: 3%;
  background: rgba(0, 0, 0, 0);
}

.yjs-base-title {
  height: 40px;
  line-height: 40px;
  background-repeat: no-repeat;
  padding-left: 41px;
  font-size: 34px;
  font-family: "sourcehanserifcnheavy";
  background-position: 0 6px;
}

.yjs-base-title.title-color1 {
  background-image: url(wxs-yjs-title-icon1.png);
  color: #21384d;
}

.yjs-base-title.title-color2 {
  background-image: url(wxs-yjs-title-icon2.png);
  color: #664b32;
}

.yjs-base-title.title-color3 {
  background-image: url(wxs-yjs-title-icon3.png);
  color: #88a5b7;
}

.yjs-base-title.title-color4 {
  background-image: url(wxs-yjs-title-icon4.png);
  color: #528097;
}

.yjs-base-title.title-color5 {
  background-image: url(wxs-yjs-title-icon5.png);
  color: #8a704a;
}

.yjs-base-title.title-color6 {
  background-image: url(wxs-yjs-title-icon6.png);
  color: #691e1d;
}

.yjs-base-title.title-color7 {
  background-image: url(wxs-yjs-title-icon7.png);
  color: #285441;
}

.yjs-base-title .yjs-tab {
  margin-left: 40px;
  width: 300px;
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  font-family: "Microsoft YaHei";
}

.yjs-base-title.wxycbjb_lrld .yjs-tab {
  width: 320px;
}

.yjs-base-title .more {
  font-family: "Microsoft YaHei";
}

.yjs-base-title .yjs-tab span {
  float: none;
  margin: 0 15px;
}

.yjs-base-title .yjs-tab .tab-item {
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  cursor: pointer;
}

.yjs-base-title .yjs-tab .tab-item.active {
  color: #a60712;
  font-weight: bold;
}

.yjs-base-title .yjs-tab .tab-item:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #a60712;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -17px;
  transition: all 0.4s;
}

.yjs-base-title .yjs-tab .tab-item.active:after {
  width: 34px;
}

/*  所庆七十周年开始 */
.sq_list {
  padding: 10px 0 70px;
}

.sq_list .list_left {
  width: 850px;
  float: left;
}

.list_left_img {
  position: relative;
  width: 850px;
  height: 434px;
  overflow: hidden;
  background-color: #616161;
}

.list_left_img img {
  width: 100%;
}

.list_left_tit {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 75px;
  height: 75px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 100px 0 22px;
  box-sizing: border-box;
}

.list_left_tit p {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list_left_num {
  position: absolute;
  z-index: 11;
  right: 22px;
  bottom: 0;
  line-height: 75px;
  height: 75px;
  color: #c3c3c3;
  font-size: 24px;
}

.num_curPage {
  font-size: 36px;
  color: #fff;
  opacity: 1;
}

.list_left_change {
  height: 139px;
  margin-top: 20px;
}

.change_box {
  width: 270px;
  height: 139px;
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
  position: relative;
}

.change_box:last-of-type {
  margin-right: 0;
}

.change_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  z-index: 11;
}

.change_box .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.change_box img {
  width: 100%;
}

.change_box p {
  display: none;
}

.change_box.active::after {
  display: none;
}

.change_box.active,
.change_box:hover {
  border: 5px solid #a60712;
  position: relative;
}

.change_box.active::before {
  content: "";
  display: block;
  width: 22px;
  height: 11px;
  background: url(wxs_zt_sq70_changeIcon.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -11px;
  transform: translateX(-50%);
}

.sq_list .list_right {
  width: 500px;
  float: right;
}

.list_right_news {
  padding-bottom: 25px;
  border-bottom: 1px solid #c9d4e2;
}

.list_right_news .news_tit {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.list_right_news .news_tit a {
  color: #a60712;
}

.list_right_news .news_text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.list_right_ul {
  margin-top: 15px;
}

.list_right_ul .list_right_li {
  font-size: 20px;
  line-height: 46px;
  letter-spacing: 0px;
  height: 46px;
}

.list_right_ul .list_right_li a {
  color: #1a1a1a;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list_right_li a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a60712;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.list_right_li a:hover {
  color: #a60712;
}

.sq-wrapper .sq_news {
  padding: 103px 0 86px;
  background: url(wxs-sq-newsBg.jpg) no-repeat;
  background-size: cover;
  height: auto;
}

.news-detail {
  line-height: 20px;
  width: 99px;
  height: 21px;
  color: #a60712;
  text-align: center;
  background: url(wxs_djgz_detail_hover.png) no-repeat;
  background-size: 100% auto;
  display: block;
  font-size: 14px;
  transition: all 0.4s;
}

.sq_news .slide_div {
  padding: 25px 25px 20px;
  box-sizing: border-box;
  width: 322px;
  height: 540px;
}

.sq_news .noImg_div .slide_textIn {
  height: 431px;
}

.sq_news .slide_text {
  padding: 0;
  border: none;
}

.sq_news .slide_div {
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(199, 24, 21, 0.23);
}

.sq_news .slide_pic {
  height: 204px;
}

.sq_news .slide_time {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #0d3457;
  padding-left: 18px;
  background-color: #f5f4f6;
  margin-top: 18px;
  font-weight: 400;
}

.sq_news .swiper-container2 .swiper-slide ul li {
  height: 540px;
  width: 359px;
}

.sq_news_con {
  padding: 0 4px;
  position: relative;
}

.sq_news_con::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #a60712;
  left: 0;
  top: 0;
}

.sq_news_con::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #a60712;
  right: 0;
  top: 0;
}

.sq_news .slide_textIn {
  height: 227px;
}

.sq_news_btn {
  width: 44px;
  height: 44px;
  box-shadow: 0px 3px 10px 0px rgba(199, 24, 21, 0.24);
  position: absolute;
  top: 50%;
  margin-top: -22px;
  opacity: 0;
  z-index: 11;
  cursor: pointer;
  transition: all 0.5s;
}

.sq_news_con:hover .sq_news_btn {
  opacity: 1;
}

.sq_news_left {
  left: 0;
  background: url(wxs_zt_sq70_left.png) no-repeat;
  background-size: cover;
}

.sq_news_right {
  right: 0;
  background: url(wxs_zt_sq70_right.png) no-repeat;
  background-size: cover;
}

.sq_video {
  padding: 80px 0;
}

.sq_video .video_main {
  background: url(wxs_zt_sq70_videoBg.jpg) no-repeat;
}

.sq_video .video_main video {
  object-fit: cover;
}

/*  所庆七十周年结束 */

/* 文学所大讲堂开始 */
.wxsdjt_video {
  width: 100%;
  background: url(wxs_zt_wxsdjt_videoBg.png) no-repeat;
  background-size: cover;
}

.video_wrap {
  width: 955px;
  height: 538px;
  float: left;
}

.video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_info {
  width: 445px;
  height: 538px;
  float: right;
  padding: 55px 52px;
  box-sizing: border-box;
  position: relative;
}

.video_info_p1 {
  font-size: 34px;
  line-height: 50px;
  color: #ffffff;
}

.video_info_p2 {
  font-size: 28px;
  color: #ffffff;
  margin-top: 15px;
}

.video_info_p3 {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  margin-top: 30px;
}

.video_info_detail {
  line-height: 20px;
  width: 99px;
  height: 21px;
  color: #fff;
  text-align: center;
  background: url(gdwx_xrld_detial.png) no-repeat;
  background-size: 100% auto;
  display: block;
  font-size: 14px;
  transition: all 0.4s;
  position: absolute;
  left: 52px;
  bottom: 55px;
}

.wxsdjt_list {
  padding: 50px 0 70px;
}

/* 文学所大讲堂结束 */

/* 现代文学研究室 begin */
.xdwxyjs-wrapIn .gr_title {
  background-image: url(wxs_xdwxyjs_r1t_v2023.png);
}

.xdwxyjs-wrapIn .gdwx_row1_right {
  background-image: url(wxs_xdwxyjs_r1rBg_v2023.png);
}

.xdwxyjs-wrapIn .lrld_content {
  background-image: url(xdwxyjs_lrlg_bg.jpg);
}

.xdwxyjs-wrapIn .gdwx_row2In .txt-con {
  background-image: url(xdwxyjs_yjsDescBg_v2023.png);
}

.xdwxyjs-wrapIn .lrld_title,
.xdwxyjs-wrapIn .lrld_detal_text,
.xdwxyjs-wrapIn .lrld_name_list_ul li {
  color: #ffffff;
}

.xdwxyjs-wrapIn .lrld_title_right .lrld_detail {
  background-image: url(gdwx_xrld_detial.png);
  color: #ffffff;
}

.xdwxyjs-wrapIn .lrld_name_list_ul li span:before {
  background-image: url(xdwxyjs_lrld_arrow1.png);
}

.xdwxyjs-wrapIn .lrld_name_list_ul li span:after {
  background-image: url(xdwxyjs_lrld_arrow2.png);
}

.xdwxyjs-wrapIn .lrld_name.active {
  background-image: url(xdwxyjs_lrld_name_active.png);
}

.xdwxyjs-wrapIn .lrld_name_list_ul li {
  background-image: url(xdwxyjs_lrld_name_link.png);
}

.xdwxyjs-wrapIn .lrld_name_line span {
  background: rgba(255, 255, 255, 0.3);
}

.xdwxyjs-wrapIn .lrld_name_line::before,
.xdwxyjs-wrapIn .lrld_name_line::after {
  border-color: rgba(255, 255, 255, 0.3);
}

.xdwxyjs-wrapIn .lrld_btn {
  background-image: url(xdwxyjs_lrld_btnBox_bg.png);
}

.xdwxyjs-wrapIn .xrld_boxIn {
  background-image: url(xdwxyjs_xrld_btnBox_bg.jpg);
}

.xdwxyjs-wrapIn .xrld_title,
.xdwxyjs-wrapIn .xrld_detal_text {
  color: #466e81;
}

.xdwxyjs-wrapIn .xrld_box .xrld_title_right .xrld_detail {
  background-image: url(xdwxyjs_xrld_detial.png);
  color: #9f6367;
}

.xdwxyjs-wrapIn .lrzj_left {
  background-image: url(xdwxyjs_lrzj_left_bg.jpg);
}

.xdwxyjs-wrapIn .lrzj_right_ul li {
  color: #528097;
}

.xdwxyjs-wrapIn .lrzj_right_ul li:hover,
.xdwxyjs-wrapIn .lrzj_right_ul li.active {
  background-image: url(xdwxyjs_lrzj_btn_active.png);
}

.xdwxyjs-wrapIn .xryjy_content {
  background-image: url(xdwxyjs_xryjy_bg.jpg);
}

.xdwxyjs-wrapIn .xryjy_title,
.xdwxyjs-wrapIn .xryjy_detal_text,
.xdwxyjs-wrapIn .xryjy_name_list_ul li {
  color: #466e81;
}

.xdwxyjs-wrapIn .xryjy_title_right .xryjy_detail {
  background-image: url(xdwxyjs_xrld_detial.png);
  color: #9f6367;
}

.xdwxyjs-wrapIn .xryjy_name_list_ul li span:before {
  background-image: url(xdwxyjs_xryjy_arrow1.png);
}

.xdwxyjs-wrapIn .xryjy_name_list_ul li span:after {
  background-image: url(xdwxyjs_xryjy_arrow2.png);
}

.xdwxyjs-wrapIn .xryjy_name_list_ul .xryjy_name.active {
  background-image: url(xdwxyjs_xryjy_name_active.png);
}

.xdwxyjs-wrapIn .lrzj_right {
  background-image: url(xdwxyjs_lrzj_right_bg.png);
}

.xdwxyjs-wrapIn .lrld_left_btn,
.xdwxyjs-wrapIn .lrld_right_btn {
  background-image: url(xdwxyjs_lrld_left_bg.png);
}

.xdwxyjs-wrapIn .gdwx_row1_right .xrld_title_right .xrld_detail {
  margin-top: 30px;
}

/* 现代文学研究室 end */

/* 近代文学研究室 begin */
.jdwxyjs-wrapIn .gr_title {
  background-image: url(wxs_jdwxyjs_r1t_v2023.png);
}

.jdwxyjs-wrapIn .lrld_content {
  background-image: url(jdwxyjs_lrlg_bg.jpg);
}

.jdwxyjs-wrapIn .xrld_boxIn {
  background-image: url(jdwxyjs_xrld_btnBox_bg.jpg);
}

.jdwxyjs-wrapIn .lrzj_right {
  background-image: url(jdwxyjs_lrzj_right_bg.png);
}

.jdwxyjs-wrapIn .xryjy_content {
  background-image: url(jdwxyjs_xryjy_bg.jpg);
}

.zycg_box .yjs-base-title .more {
  display: none;
}

.zycg_box .yjs-base-title .more.active {
  display: block;
}

/* 近代文学研究室 end */

/* 古代文献研究室 begin */
.gdwxyjs-wrapIn .gr_title {
  background-image: url(wxs_gdwxyjs_r1t_v2023.png);
}

.gdwxyjs-wrapIn .gdwx_row1_right {
  background-image: url(wxs_gdwxyjs_r1rBg_v2023.png);
}

.gdwxyjs-wrapIn .lrld_content {
  background-image: url(gdwxyjs_lrlg_bg.jpg);
}

.gdwxyjs-wrapIn .lrld_title,
.gdwxyjs-wrapIn .lrld_detal_text,
.gdwxyjs-wrapIn .lrld_name_list_ul li {
  color: #8a704a;
}

.gdwxyjs-wrapIn .lrld_title_right .lrld_detail {
  color: #8a704a;
}

.gdwxyjs-wrapIn .xrld_boxIn {
  background-image: url(gdwxyjs_xrld_btnBox_bg.jpg);
}

.gdwxyjs-wrapIn .lrld_btn {
  background-image: url(gdwxyjs_lrld_btnBox_bg.png);
}

.gdwxyjs-wrapIn .lrzj_right_ul li {
  color: #528097;
}

.gdwxyjs-wrapIn .xryjy_content {
  background-image: url(gdwxyjs_xryjy_bg.jpg);
}

.gdwxyjs-wrapIn .xryjy_title,
.gdwxyjs-wrapIn .xryjy_detal_text,
.gdwxyjs-wrapIn .xryjy_name_list_ul li {
  color: #0d3457;
}

.wxycbjb_zzry .xryjy_name_list_ul li {
  color: #0d3457;
  width: 220px;
}

.gdwxyjs-wrapIn .xryjy_title_right .xryjy_detail {
  color: #0d3457;
}

.gdwxyjs-wrapIn .gdwx_row1_right .xrld_title_right .xrld_detail {
  margin-top: 30px;
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide a:nth-of-type(1) {
  background-image: url(gdwxyjs_yjsCgBg1_v2023.jpg);
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide a:nth-of-type(2) {
  background-image: url(gdwxyjs_yjsCgBg2_v2023.jpg);
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide a:nth-of-type(3) {
  background-image: url(wxs_yjsCgBg2_v2023.jpg);
}

.wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(1) {
  background-image: url(gdwxyjs_yjsCgBg1_v2023.jpg);
}

.wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(2) {
  background-image: url(wxs_yjsCgBg2_v2023.jpg);
}

.wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(3) {
  background-image: url(gdwxyjs_yjsCgBg2_v2023.jpg);
}


.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide.s1 a:nth-of-type(1) {
  background-image: url(gdwxyjs_yjsCgBg1_v2023.jpg);
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide.s1 a:nth-of-type(2) {
  background-image: url(wxs_yjsCgBg2_v2023.jpg);
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide.s1 a:nth-of-type(3) {
  background-image: url(gdwxyjs_yjsCgBg2_v2023.jpg);
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide.s2 a:nth-of-type(3) {
  background-image: url(gdwxyjs_yjsCgBg1_v2023.jpg);
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide.s2 a:nth-of-type(1) {
  background-image: url(wxs_yjsCgBg2_v2023.jpg);
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide.s2 a:nth-of-type(2) {
  background-image: url(gdwxyjs_yjsCgBg2_v2023.jpg);
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide.s3 a:nth-of-type(2) {
  background-image: url(gdwxyjs_yjsCgBg1_v2023.jpg);
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide.s3 a:nth-of-type(3) {
  background-image: url(wxs_yjsCgBg2_v2023.jpg);
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide.s3 a:nth-of-type(1) {
  background-image: url(gdwxyjs_yjsCgBg2_v2023.jpg);
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide .book_name,
.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide .book_autor {
  color: #55491b;
}

.wxycbjb_zycg .swiper-container_zycg .swiper-slide .book_name,
.wxycbjb_zycg .swiper-container_zycg .swiper-slide .book_autor {
  color: #55491b;
  width: 320px;
  margin: 0 auto;
  line-height: 30px;
}

.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide a:nth-of-type(3) .book_name,
.gdwxyjs-wrapIn .swiper-container_zycg .swiper-slide a:nth-of-type(3) .book_autor {
  color: #0d3457;
}

.wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(2) .book_name,
.wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(2) .book_autor {
  color: #0d3457;
}

.wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(3) .book_name,
.wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(3) .book_autor {
  color: #55491b;
}

.gdwxyjs-wrapIn .swiper-pagination_zycg .swiper-pagination-switch {
  background-image: url(wxs-yjs-title-icon5.png);
}

/* 古代文献研究室 end */

/* 马克思主义研究室 begin */
.mkszyyjs-wrapIn .gr_title {
  background-image: url(wxs_mkszyyjs_r1t_v2023.png);
  font-size: 42px;
}

.mkszyyjs-wrapIn .gdwx_row1_right {
  background-image: url(wxs_mkszyyjs_r1rBg_v2023.png);
}

.mkszyyjs-wrapIn .gr1_desc {
  font-size: 18px;
  min-height: 150px;
}

.mkszyyjs-wrapIn .lrld_content {
  background-image: url(mkszyyjs_lrlg_bg.jpg);
}

.mkszyyjs-wrapIn .gdwx_row2In .txt-con {
  background-image: url("gdwxyjs_yjsDescBg_v2023.png");
}

.mkszyyjs-wrapIn .lrld_title,
.mkszyyjs-wrapIn .lrld_detal_text,
.mkszyyjs-wrapIn .lrld_name_list_ul li {
  color: #761716;
}

.mkszyyjs-wrapIn .lrld_title_right .lrld_detail {
  color: #761716;
  background-image: url(gdwxyjs_lrld_detial.png);
}

.mkszyyjs-wrapIn .lrld_btn {
  background-image: url(mkszyyjs_lrld_btnBox_bg.png);
}

.mkszyyjs-wrapIn .lrzj_right_ul li {
  color: #528097;
}

.mkszyyjs-wrapIn .xryjy_content {
  background-image: url(gdwxyjs_xryjy_bg.jpg);
}

.mkszyyjs-wrapIn .xryjy_title,
.mkszyyjs-wrapIn .xryjy_detal_text,
.mkszyyjs-wrapIn .xryjy_name_list_ul li {
  color: #0d3457;
}

.mkszyyjs-wrapIn .xryjy_title_right .xryjy_detail {
  color: #0d3457;
}

.mkszyyjs-wrapIn .gdwx_row1_right .xrld_title_right .xrld_detail {
  margin-top: 30px;
}

.mkszyyjs-wrapIn .swiper-container_zycg .swiper-slide a:nth-of-type(1) {
  background-image: url(mkszyyjs_yjsCgBg1_v2023.jpg);
}

.mkszyyjs-wrapIn .swiper-container_zycg .swiper-slide a:nth-of-type(3) {
  background-image: url(mkszyyjs_yjsCgBg2_v2023.jpg);
}

.mkszyyjs-wrapIn .swiper-container_zycg .swiper-slide a:nth-of-type(2) {
  background-image: url(wxs_yjsCgBg2_v2023.jpg);
}

.mkszyyjs-wrapIn .swiper-container_zycg .swiper-slide .book_name,
.mkszyyjs-wrapIn .swiper-container_zycg .swiper-slide .book_autor {
  color: #501d1c;
}

.mkszyyjs-wrapIn .swiper-container_zycg .swiper-slide a:nth-of-type(2) .book_name,
.mkszyyjs-wrapIn .swiper-container_zycg .swiper-slide a:nth-of-type(2) .book_autor {
  color: #0d3457;
}

.mkszyyjs-wrapIn .swiper-pagination_zycg .swiper-pagination-switch {
  background-image: url(wxs-yjs-title-icon6.png);
}

/* 马克思主义研究室 end */

/* 网络文学研究室 begin */
.wlwxyjs-wrapIn .gr_title {
  background-image: url(wxs_wlwxyjs_r1t_v2023.png);
}

.wlwxyjs-wrapIn .xrld_boxIn {
  background-image: url(wlwxyjs_xrld_btnBox_bg.jpg);
}

.wlwxyjs-wrapIn .xryjy_content {
  background-image: url(wlwxyjs_xryjy_bg.jpg);
}

.wlwxyjs-wrapIn .xryjy_title,
.wlwxyjs-wrapIn .xryjy_detal_text,
.wlwxyjs-wrapIn .xryjy_name_list_ul li {
  color: #fff;
}

.wlwxyjs-wrapIn .xryjy_title_right .xryjy_detail {
  background-image: url(gdwx_xrld_detial.png);
  color: #fff;
}

.wlwxyjs-wrapIn .xryjy_name_list_ul .xryjy_name.active {
  background-image: url(xdwxyjs_lrld_name_active.png);
}

.wlwxyjs-wrapIn .xryjy_name_list_ul li {
  background-image: url(xdwxyjs_lrld_name_link.png);
}

.wlwxyjs-wrapIn .xryjy_name_list_ul li span:before {
  background-image: url(xdwxyjs_lrld_arrow1.png);
}

.wlwxyjs-wrapIn .xryjy_name_list_ul li span:after {
  background-image: url(xdwxyjs_lrld_arrow2.png);
}

.wlwxyjs-wrapIn .xryjy_name_line::before,
.wlwxyjs-wrapIn .xryjy_name_line::after {
  border-color: #fff;
}

.wlwxyjs-wrapIn .xryjy_name_line span {
  background: #fff;
}

/* 网络文学研究室 end */

/* 当代文学研究室 begin */
.ddwxyjs-wrapIn .gr_title {
  background-image: url(wxs_ddwxyjs_r1t_v2023.png);
}

/* 当代文学研究室 end */

/* 数字信息研究室 begin */
.szxxyjs-wrapIn .gr_title {
  background-image: url(wxs_szxxyjs_r1t_v2023.png);
}

/* 数字信息研究室 end */

/* 民间文学研究室 begin */
.mjwxyjs-wrapIn .gr_title {
  background-image: url(wxs_mjwxyjs_r1t_v2023.png);
}

.mjwxyjs-wrapIn .gdwx_row2_swiper .swiper-btn.prev:before {
  left: 0;
  background-image: url(wxs_mjwxyjs_arrow1.png);
}

.mjwxyjs-wrapIn .gdwx_row2_swiper .swiper-btn.next:before {
  right: 0;
  background-image: url(wxs_mjwxyjs_arrow2.png);
}

.mjwxyjs-wrapIn .gdwx_row2_swiper .swiper-btn:after {
  box-shadow: 0px 0px 7.6px 2.4px rgba(169, 161, 152, 0.32);
}

.mjwxyjs-wrapIn .gdwx_row2_swiper .lsgg-box {
  background-color: rgba(229, 223, 211, 0.5);
}

.mjwxyjs-wrapIn .gdwx_row2_swiper .lsgg-box .text-cont h3 {
  color: #761716;
}

.mjwxyjs-wrapIn .gdwx_row2_swiper .lsgg-box .text-cont p {
  color: #4c1b1b;
}

.mjwxyjs-wrapIn .lrld_content {
  background-image: url(mjwxyjs_lrlg_bg.jpg);
}

.mjwxyjs-wrapIn .lrld_name_list_ul li span:before {
  background-image: url(mjwxyjs_lrld_arrow1.png);
}

.mjwxyjs-wrapIn .lrld_name_list_ul li span:after {
  background-image: url(mjwxyjs_lrld_arrow2.png);
}

.mjwxyjs-wrapIn .lrld_name.active {
  background-image: url(mjwxyjs_lrld_name_active.png);
}

.mjwxyjs-wrapIn .lrzj_left {
  background-image: url(mjwxyjs_lrzj_left_bg.jpg);
}

.mjwxyjs-wrapIn .lrzj_right_ul li {
  color: #761716;
}

.mjwxyjs-wrapIn .lrzj_right_ul li:after {
  background-color: #761716;
}

.mjwxyjs-wrapIn .lrzj_right_ul li:hover,
.mkszyyjs-wrapIn .lrzj_right_ul li.active {
  background-image: url(mkszyyjs_lrzj_btn_active.png);
}

.mjwxyjs-wrapIn .yjs-base-title .yjs-tab {
  width: 400px;
}

/* 民间文学研究室 end */

/* 图书馆 begin */
.wxyjstsg-wrapIn .gr_title {
  background-image: url(wxs_wxyjstsg_r1t_v2023.png);
}

.wxyjstsg-wrapIn .gdwx_row2In .txt-con {
  background-image: url(wxyjstsg_yjsDescBg_v2023.png);
}

.wxyjstsg-wrapIn .gdwx_row2In li .time {
  display: block;
  line-height: normal;
  padding-top: 30px;
  float: left;
  padding-left: 20px;
}

.wxyjstsg-wrapIn .gdwx_row2In li .time span {
  display: block;
  line-height: 1;
}

.wxyjstsg-wrapIn .gdwx_row2In .txt-con .desc {
  height: 280px;
  float: left;
  width: 40px;
  padding: 0;
  margin-top: 120px;
}

.gdwxyjs-wrapIn .lrzj_left {
  background-image: url(gdwxyjs_lrzj_left_bg.jpg);
}

.gdwxyjs-wrapIn .lrzj_right_ul li {
  color: #8a704a;
}

.gdwxyjs-wrapIn .lrzj_right_ul li:hover,
.gdwxyjs-wrapIn .lrzj_right_ul li.active {
  background-image: url(gdwxyjs_lrzj_btn_active.png);
  background-size: 100% auto;
  color: #8a704a;
  font-weight: bold;
}

.gdwxyjs-wrapIn .lrzj_right_ul li:hover,
.gdwxyjs-wrapIn .lrzj_right_ul li.active {
  color: #8a704a;
}

.gdwxyjs-wrapIn .lrzj_right_ul li:after {
  background-color: #8a704a;
}

/* 图书馆 end */

/* 比较文学研究室 begin */
.bjwxyjs-wrapIn .gr_title {
  background-image: url(wxs_bjwxyjs_r1t_v2023.png);
}

.gdwxyjs-wrapIn .gdwx_row2_swiper .swiper-btn.prev:before {
  left: 0;
  background-image: url(wxs_bjwxyjs_arrow1.png);
}

.gdwxyjs-wrapIn .gdwx_row2_swiper .swiper-btn.next:before {
  right: 0;
  background-image: url(wxs_bjwxyjs_arrow2.png);
}

.gdwxyjs-wrapIn .gdwx_row2_swiper .swiper-btn:after {
  box-shadow: 0px 0px 7.6px 2.4px rgba(229, 223, 211, 0.32);
}

.gdwxyjs-wrapIn .gdwx_row2_swiper .lsgg-box {
  background-color: rgba(229, 223, 211, 0.5);
}

.gdwxyjs-wrapIn .gdwx_row2_swiper .lsgg-box .text-cont h3 {
  color: #8a704a;
}

.gdwxyjs-wrapIn .gdwx_row2_swiper .lsgg-box .text-cont p {
  color: #8a704a;
}

/* 比较文学研究室 end */

/* 台港澳文学研究室 begin */
.tgawxyjs-wrapIn .gr_title {
  background-image: url(wxs_tgawxyjs_r1t_v2023.png);
}

/* 台港澳文学研究室 end */

/* 中国文学年鉴 begin */
.zgwxnj-wrapIn .gr_title {
  background-image: url(wxs_zgwxnj_r1t_v2023.png);
  background-size: auto 100%;
  height: 80px;
  font-size: 0;
}

/* 中国文学年鉴 end */

/* 《文学评论》编辑部 start */
.wxplbjb-wrapIn .gdwx_row1_right {
  height: 473px;
  background-image: url(wxs0410_wxplbjb_r1rBg__v2023.png);
}

.wxplbjb-wrapIn .gr_title {
  margin-bottom: 40px;
  background-image: url(wxs0410_wxplbjb_r1t_v2023.png);
}

.wxpl_lsyg .yjs-base-title {
  color: #285441;
}

.wxplbjb-wrapIn .lrld_content {
  background-image: url(wxs0410_wxplLsyg_bg_v2023.jpg);
}

.wxplbjb-wrapIn .lrld_btn {
  background-image: url(wxs0410_lsyg_btnBox_v2023.jpg);
}

.wxplbjb-wrapIn .lrld_left_btn {
  background: url(wxs0410_wxplLsyg_left_v2023.png) no-repeat;
  background-size: 100%;
  left: 50px;
}

.wxplbjb-wrapIn .lrld_right_btn {
  background: url(wxs0410_wxplLsyg_left_v2023.png) no-repeat;
  background-size: 100%;
  right: 50px;
}

.wxplbjb-wrapIn .lrld_name_list_ul li.active {
  background: url(wxs0410_wxplLsygT_v2023.png) no-repeat center 107px;
}

.wxplbjb-wrapIn .lrld_name_list_ul li.active img {
  border: 4px solid #468268;
}

.wxplbjb-wrapIn .lrld_name_list_ul li {
  background: 0;
  width: 210px;
  text-align: center;
  height: 180px;
  background: url(wxs0410_wxplLsygTn_v2023.png) no-repeat center 107px;
}

.wxplbjb-wrapIn .lrld_name_list_ul li i {
  /* height: ; */
  font-style: normal;
  display: block;
  margin-top: 40px;
}

.wxplbjb-wrapIn .lrld_name img {
  width: 65px;
  height: 90px;
}

.wxplbjb-wrapIn .lrld_detal_text {
  margin-top: 20px;
}

.wxplbjb-wrapIn .lrld_title_right .lrld_detail,
.wxplbjb-wrapIn .lrld_title,
.wxplbjb-wrapIn .lrld_detal_text,
.wxplbjb-wrapIn .lrld_name_list_ul li {
  color: #285441;
}

.wxplbjb-wrapIn .lrld_title_right .lrld_detail {
  background-image: url(wxs0410_wxplLsyg_seeDet_v2023.png);
  margin-top: 20px;
}

.wxplbjb-wrapIn .lrld_name_box {
  height: 180px;
}

.wxplbjb-wrapIn .lrld_name_box {
  margin-top: 40px;
}

.wxplbjb-wrapIn .lrld_picture {
  width: 340px;
}

.wxplbjb-wrapIn .lrld_picture img {
  width: 100%;
}

.wxplbjb-wrapIn .lrld_name_line {
  top: 120px;
}

.wxplbjb-wrapIn .lrld_name_line span {
  background-color: #b3c4bd;
}

.wxplbjb-wrapIn .lrld_name_line::before,
.wxplbjb-wrapIn .lrld_name_line::after {
  border-color: #b3c4bd;
}

.wxpl_lrzfb .wxpl_lrzfb_con {
  height: 479px;
  background-image: url(wxs0410_wxplLrldBg_v2023.jpg);
  margin-top: 40px;
}

.wxpl_lrzfb_con .wxpl_txt_con {
  width: 560px;
  padding-top: 80px;
  padding-left: 50px;
  color: #fff;
}

.wxpl_lrzfb_con .wxpl_txt_con h2 {
  color: #fff;
}

.wxpl_lrzfb_con .wxpl_txt_con .lrld_detal_text {
  color: #fff;
}

.wxpl_lrzfb_con {
  position: relative;
}

.wxpl_lrzfb_con .img_con {
  position: absolute;
  right: 0;
  top: -50px;
}

.wxpl_xrzfb .wxpl_lrzfb_con {
  height: 403px;
  background: url(wxs0410_wxplXrzfbBg_v2023.jpg);
  margin-top: 40px;
}

.wxpl_xrzfb .wxpl_lrzfb_con .img_con {
  right: 80px;
  top: -110px;
}

.wxpl_xrzfb .wxpl_lrzfb_con .wxpl_txt_con {
  width: 790px;
}

.wxpl_xrzfb .wxpl_lrzfb_con .wxpl_txt_con .desc {
  margin-top: 50px;
}

.wxpl_xrld .xrld_boxIn {
  height: 434px;
  background-image: url(wxs0410_wxplXrldBg_v2023.jpg);
  color: #285441;
}

.wxpl_xrld .xrld_title_left,
.wxpl_xrld .xrld_detail,
.wxpl_xrld .xrld_detal_text,
.wxplbjb_zzry .xryjy_title_left,
.wxplbjb_zzry .xryjy_detail,
.wxplbjb_zzry .xryjy_detal_text {
  color: #285441;
}

.wxplbjb-wrapIn .wxplbjb_zzry .xryjy_detail {
  color: #285441;
}

.wxplbjb_zzry .xryjy_detail,
.wxpl_xrld .xrld_detail {
  background-image: url(wxs0410_wxplLsyg_seeDet_v2023.png);
}

.wxpl_xrld .xrld_picture_ul {
  width: 320px;
  height: 425px;
}

.wxpl_xrld .xrld_picture_ul img {
  width: 100%;
  height: 100%;
  display: block;
}

.wxpl_xrld .tab-item {
  color: #333;
}

.wxpl_xrld .yjs-base-title .tab-item.active {
  color: #468268;
}

.wxpl_xrld .yjs-base-title .yjs-tab .tab-item:after {
  background-color: #468268;
}

.wxplbjb-wrapIn.gdwxyjs-wrapIn .xryjy_content {
  background-image: url(wxs0410_wxplZzryBg_v2023.jpg);
}

.wxplbjb-wrapIn .wxplbjb_zzry .xryjy_name_list_ul li {
  color: #285441;
}

.wxplbjb-wrapIn .wxplbjb_zzry .xryjy_name.active {
  background-image: url(wxs0410_wxplZZry_name_active_v2023.png);
}

.wxplbjb-wrapIn .xryjy_content_swiper {
  height: 270px;
}

.wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(1) {
  background-image: url(wxs0410_wxplZxbg1_v2023.jpg);
}

.wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(1) .book_name {
  color: #285441;
}

.wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(2) {
  background-image: url(wxs0410_wxplZxbg2_v2023.jpg);
}

.wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(2) .book_name {
  color: #ffffff;
}

.wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(3) {
  background-image: url(wxs0410_wxplZxbg3_v2023.jpg);
}

.wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(3) .book_name {
  color: #285441;
}

.wxplbjb-wrapIn .swiper-pagination_zycg .swiper-pagination-switch {
  background-image: url(wxs-yjs-title-icon7.png);
}

/* 《文学评论》编辑部 end */

/* 文学评论 start */
.wxpl_detail .wxpl_title {
  position: relative;
  font-size: 38px;
  text-align: center;
  color: #0d3457;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.wxpl_detail .wxpl_title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 55px;
  bottom: 0;
  background: #a70712;
}

.wxpl_artcile_left {
  width: 227px;
  float: left;
}

.wxpl_artcile_right {
  width: 960px;
  float: right;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 42px;
  text-indent: 2em;
  text-align: justify;
}

.wxpl_qkwz {
  text-indent: 0;
  margin-top: 65px;
  background: url(sk0412_wxs_wxpl_qkwz_v2023.png) no-repeat right center;
  background-size: 510px auto;
}

.wxpl_qkwz a {
  color: #0d3457;
}

/* 文学评论 end */

/* 古代文学研究室 start */
.ancient_literature .gdwx_row4 .lrzj_left {
  float: right;
}

.ancient_literature .gdwx_row4 .lrzj_right {
  float: left;
}

.ancient_literature .lrzj_box .generations {
  float: right;
}

.ancient_literature .lrzj_box .generations span {
  display: inline-block;
  width: 153px;
  height: 49px;
  line-height: 49px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  background: url(wxs_gdaiLrGenBg_r1t_v2023.png);
}

.ancient_literature .lrzj_box .generations span.active {
  background: url(wxs_gdaiLrGenBgOn_r1t_v2023.png);
  background-size: 100% 100%;
  color: #fff;
}

.ancient_literature .lrzj_box .lrzj_boxIn {
  display: none;
}

.ancient_literature .lrzj_box .lrzj_boxIn.active {
  display: block;
}

.ancient_literature .gr_title {
  background: url(wxs_gdaiwxyjs_r1t_v2023.png) no-repeat left center;
}

.ancient_literature .gdwx_row1_right {
  background-image: url(wxs_gdwxyjs_r1rBg_v2023.png);
}

.ancient_literature .lrld_content {
  background-image: url(gdaiwxyjs_lrlg_bg.jpg);
}

.ancient_literature .lrzj_left {
  background: url(gdaiwx_lrzj_left_bg.jpg) no-repeat;
  background-size: cover;
}

.ancient_literature .gdwx_row4 .lrzj_boxIn {
  display: block;
}

.ancient_literature .lrzj_right_ul li {
  color: #8a704a;
  margin-bottom: 20px;
  line-height: 1;
}

.lrzj_text_box .name {
  font-size: 28px;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
}

.ancient_literature .lrzj_right_ul li:hover,
.ancient_literature .lrzj_right_ul li.active {
  background: url(gdwxyjs_lrzj_btn_active.png) top center no-repeat;
  background-size: 100% auto;
}

.ancient_literature .lrzj_right_ul li:after {
  background-color: #8a704a;
}

.ancient_literature .lrzj_detail_box {
  margin-top: 10px;
}

.ancient_literature .zycg_sort {
  float: right;
  font-size: 24px;
}

.ancient_literature .zycg_sort span {
  display: inline-block;
  background: url(wxs_gdaiZycgErBg_v2023.jpg) no-repeat;
  width: 205px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  cursor: pointer;
}

.ancient_literature .zycg_sort span.active {
  background: url(wxs_gdaiZycgErBgOn_v2023.jpg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.grcg_gen {
  float: left;
  width: 195px;
  padding-top: 30px;
}

.grcg_gen li {
  font-size: 20px;
  height: 68px;
  line-height: 68px;
  width: 153px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #e1d3bd;
  cursor: pointer;
  color: #533e1e;
}

.grcg_gen li:last-child {
  border: 0;
}

.grcg_gen li.active {
  font-weight: bold;
  background: url(gdwx_lrld_arrow2.png) no-repeat right center;
  background-size: 12px auto;
}

.zycg_boxIn.grcgxl_con {
  height: 414px;
  background: url(wxs_gdaiZycgBg_v2023.jpg) no-repeat;
}

.ancient_literature .cgxuR {
  float: right;
  width: 1205px;
  height: 414px;
  box-sizing: border-box;
  padding: 45px 25px 0 25px;
  font-size: 18px;
  color: #8a704a;
}

.ancient_literature .cgxuR ul {
  display: none;
  height: 330px;
  overflow-y: auto;
}

.ancient_literature .cgxuR ul::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.ancient_literature .cgxuR ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #ccbaa1;
}

.ancient_literature .cgxuR ul::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  border-radius: 10px;
  background: #eae1d4;
  opacity: 0.3;
}

.ancient_literature .cgxuR ul.active {
  display: block;
}

.ancient_literature .cgxuR ul li {
  width: 31%;
  height: 44px;
  line-height: 1.5;
  position: relative;
  float: left;
  margin-bottom: 25px;
  cursor: pointer;
  padding-left: 1em;
}

.ancient_literature .cgxuR li:hover i::before,
.ancient_literature .cgxuR li:hover i::after {
  display: block;
}

.ancient_literature .cgxuR li i::before {
  position: absolute;
  top: 0;
  left: -25px;
  display: none;
  content: "";
  background: url(wxs_gdaiGrL_v2023.png) no-repeat left center;
  background-size: 14px auto;
  width: 22px;
  height: 35px;
}

.ancient_literature .cgxuR li i::after {
  top: 0;
  right: -25px;
  position: absolute;
  display: none;
  content: "";
  background: url(wxs_gdaiGrR_v2023.png) no-repeat right center;
  background-size: 14px auto;
  width: 22px;
  height: 35px;
}

.ancient_literature .cgxuR ul li span {
  display: inline-block;
  position: relative;
}

.ancient_literature .cgxuR ul li span:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #be975f;
  border-radius: 2px;
  position: absolute;
  left: 0%;
  bottom: -5px;
  transition: all 0.4s;
  /* margin-left: -32px; */
}

.ancient_literature .cgxuR li:hover span:after {
  width: 100%;
}

.ancient_literature .cgxuR ul li span i {
  font-style: normal;
}

.ancient_literature .zycg_boxIn {
  display: none;
}

.ancient_literature .zycg_boxIn.active {
  display: block;
}

.GuDai_cg .content li {
  padding: 30px 40px;
  height: 271px;
  box-sizing: border-box;
  background: url(wxs_gdaiCgListBg_v2023.png) no-repeat;
  cursor: pointer;
}

.GuDai_cg .content li .img_con {
  height: 208px;
  width: 150px;
  float: left;
}

.GuDai_cg .content li .img_con img {
  width: 100%;
  height: 100%;
}

.GuDai_cg .content li .txt_con {
  width: 1120px;
  float: right;
}

.GuDai_cg .content li .txt_con .doc_title {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 25px;
}

.GuDai_cg .content li .txt_con .doc_abstract {
  font-size: 18px;
  line-height: 36px;
  color: #1a1a1a;
}

.ancient_literature .popup,
.GuDai_cg .popup {
  position: relative;
  position: fixed;
  display: none;
  background: url(wxs_gdaipopupBg_v2023.jpg) no-repeat;
  height: 820px;
  width: 1400px;
  padding: 75px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  overflow-y: auto;
}

.ancient_literature .popup .close_btn,
.GuDai_cg .popup .close_btn {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 40px;
  top: 40px;
  background: url(wxs_gDaiClose_v2023.png) no-repeat;
  background-size: contain;
}

.ancient_literature .popup_img,
.GuDai_cg .popup_img {
  background: url(gdwxyjs_yjsCgBg2_v2023.jpg) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
  width: 740px;
  height: 420px;
  position: relative;
}

.ancient_literature .popup_img img,
.GuDai_cg .popup_img img {
  position: absolute;
  width: 208px;
  height: 312px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 50px;
}

.ancient_literature .popup_txt img,
.GuDai_cg .popup_txt img {
  width: 210px;
}

.ancient_literature .popup_txt {
  text-align: left;
  margin-top: 1em;
  text-indent: 2em;
  line-height: 2;
}

.ancient_literature .popup_txt span::after {
  display: none;
}

.ancient_literature .cgxuR li:hover .popup_txt span:after {
  display: none;
}

.black_cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.GuDai_cg_list {
  margin-top: 50px;
}

.GuDai_cg_list.djgz-wrapper.xscg-wrapper li {
  width: 440px;
  height: 410px;
  float: left;
  margin-right: 37px;
}

.GuDai_cg_list.djgz-wrapper.xscg-wrapper li::after,
.GuDai_cg_list.djgz-wrapper.xscg-wrapper li::before {
  display: none;
}

.GuDai_cg_list.djgz-wrapper.xscg-wrapper li:nth-child(4n) {
  background: url(gdwxyjs_yjsCgBg2_v2023.jpg) no-repeat;
  color: #55491b;
}

.GuDai_cg_list.djgz-wrapper.xscg-wrapper li:nth-child(4n + 1) {
  background: url(wxs_yjsCgBg2_v2023.jpg) no-repeat;
  color: #0d3457;
}

.GuDai_cg_list.djgz-wrapper.xscg-wrapper li:nth-child(4n + 2) {
  background: url(gdwxyjs_yjsCgBg1_v2023.jpg) no-repeat;
  color: #55491b;
}

.GuDai_cg_list.djgz-wrapper.xscg-wrapper li:nth-child(4n + 3) {
  background: url(wxs_yjsCgBg1_v2023.jpg) no-repeat;
  color: #0d3457;
}

.GuDai_cg_list.djgz-wrapper.xscg-wrapper li:nth-child(3n) {
  margin-right: 0;
}

.GuDai_cg_list.djgz-wrapper li .text-cont h3 {
  font-weight: normal;
  margin-top: 15px;
  white-space: normal;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
}

.GuDai_cg_list.djgz-wrapper li .img-cont {
  float: none;
  height: 293px;
}

.GuDai_cg_list.djgz-wrapper li .img-cont img {
  max-height: 293px;
}

.grdbzT {
  font-size: 24px;
  color: #0d3457;
  font-weight: bold;
}

.grdbz_list li {
  color: #a60712;
  font-size: 18px;
  text-decoration: underline;
  padding-left: 36px;
  margin: 10px 0;
}

.content_main div.dbz_title {
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
}

.cg_box {
  height: auto;
}

.cg_box ul li {
  margin-bottom: 40px;
}

.cg_list_img {
  background: url(wxs_yjsCgBg2_v2023.jpg) repeat-x;
  width: 750px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}

.cg_list_img img {
  width: auto;
  height: 350px;
}

.cg_list_txt {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-family: kaiti;
  color: #0D3457;
}

/* 古代文学研究室 end */

/* 导航 0518*/
.chil-nav .chil-item a {
  font-weight: normal;
}

.chil-nav .chil-item h3 a {
  font-size: 20px;
  font-weight: bold;
}

.nav .has-chil .chil-nav.ch1 {
  width: 200px;
  left: 200px;
  padding-left: 54px;
}

.nav .has-chil:hover .chil-nav.ch1 {
  height: 310px;
}

.nav .has-chil .chil-nav.ch1 .chil-item {
  width: 100%;
}

.nav .has-chil .chil-nav.ch2 {
  width: 220px;
  left: 600px;
  padding-left: 54px;
}

.nav .has-chil:hover .chil-nav.ch2 {
  height: 270px;
}

.nav .has-chil .chil-nav.ch2 .chil-item {
  width: 100%;
}

.nav .has-chil .chil-nav.ch3 {
  width: 250px;
  left: 794px;
  padding-left: 54px;
}

.nav .has-chil:hover .chil-nav.ch3 {
  height: 410px;
}

.nav .has-chil .chil-nav.ch3 .chil-item {
  width: 100%;
}

.nav .has-chil .chil-nav.ch3 .chil-item:nth-child(2) {
  margin-top: 0;
}

.nav .has-chil .chil-nav.ch4 {}

.nav .has-chil:hover .chil-nav.ch4 {
  height: 410px;
}

.nav .has-chil .chil-nav.ch4 .chil-item {
  float: left;
  width: 500px;
  margin-top: 30px;
}

.nav .has-chil .chil-nav.ch5 {
  width: 210px;
  left: 1200px;
  padding-left: 54px;
}

.nav .has-chil:hover .chil-nav.ch5 {
  height: 210px;
}

.nav .has-chil .chil-nav.ch5 .chil-item {
  width: 100%;
}

/*轮播图*/
.slidesjs-navigation {
  display: none !important;
}

.scroll_pic {
  width: 100%;
  position: relative
}

.scroll_pic .pannel-image {
  width: 758px;
  height: 601px;
}

.scroll_pic .pannel-image img {
  width: 100%;
  height: 427px;
  object-fit: cover;
}

.slider-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-carousel .item {
  width: 100%;
}

.slider-carousel .slidesjs-navigation {
  top: 36%;
  width: 42px;
  height: 69px;
  text-indent: -9999em;
  display: block;
  position: absolute;
  z-index: 100;
}

.slidesjs-pagination {
  bottom: 195px;
  width: 220px;
  height: 34px;
  right: 26px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  -ms-zoom: 1;
}

.slidesjs-pagination-item {
  float: left;
  margin: 0 5px;
}

.slidesjs-pagination-item a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccc;
  background: #333;
  opacity: 0.9;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  color: #fff;
}

.slidesjs-pagination-item a.active {
  background-color: rgba(166, 7, 18, 0.8);
  color: #FFFFFF
}

.slider-carousel .titBg {
  left: 0px;
  width: 100%;
  height: 50px;
  bottom: -50px;
  position: absolute;
  z-index: 1;
}

.slider-carousel .subtitle {
  width: 70%;
  left: 20px;
  height: 50px;
  bottom: -49px;
  position: absolute;
  z-index: 2;
}

.slider-carousel .subtitle h6 {
  height: 50px;
  color: #000000;
  line-height: 50px;
  overflow: hidden;
  font-size: 20px;
}

.slider-carousel .subtitle h6 a {
  color: #000000;
}

.scroll_pic .slider-carousel {
  height: 601px !important;
}

.scroll_pic .slidesjs-container {
  height: 601px !important;
}

.scroll_pic .swiper3_text {
  left: 20px;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

/* 手风琴 1400 开始 */
.zt_wrap .sfq-slide-con {
  width: 1400px;
}

.zt_wrap .sfq-slide-con .slide-item {
  position: relative;
  float: left;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  width: 83px;
  height: 430px;
}

.zt_wrap .sfq-slide-con .slide-item img {
  display: block;
  width: 100%;
  margin-left: -80px;
}

.zt_wrap .sfq-slide-con .slide-item .onwidth {
  width: 900px;
  margin-left: 80px;
}

.zt_wrap .sfq-slide-con .slide-item.on {
  width: 900px;
  background: #ffffff;
}

.zt_wrap .sfq-slide-con .slide-item.on a {
  display: block;
}

.zt_wrap .sfq-slide-con .slide-item span {
  position: absolute;
  width: 84px;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 28px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(73, 4, 4, 0.6);
  line-height: 1.1;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.4s 0.6s;
}

.zt_wrap .sfq-slide-con .slide-item-2 span {
  position: absolute;
  width: 83px;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 35px 20px 26px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(73, 4, 4, 0.6);
  line-height: 1.1;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.4s 0.6s;
  writing-mode: vertical-lr;
}

.zt_wrap .sfq-slide-con .slide-item.on span {
  transition-delay: 0s;
  opacity: 0;
}

/* 手风琴 1400 结束 */



/* 20240517-新增start */
.impor_wrap {
  margin-top: 50px;
}

.impor_wrap .fl {
  float: left;
}

.impor_wrap .fr {
  float: right;
}

.impor_yw {
  width: 331px;

}

.impor_artList {
  height: 508px;
  width: 100%;
  background-color: #fdfbf8;
  border: solid 1px #dfd0d1;
  padding: 13px 30px;
  box-sizing: border-box;
}

.artList_li {
  font-size: 20px;
  line-height: 28px;
  padding: 20px 0;
  border-bottom: solid 1px #dfd0d1;
}

.artList_li:last-of-type {
  border-bottom: none;
}

.artList_li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
  color: #1a1a1a;
}

.artList_li a:hover {
  font-weight: 600;
}

.impor_djgz {
  margin: 0 30px;
}

.djgz_ul li {
  margin-right: 20px;
}

.djgz_ul .slide_text {
  height: 508px;
}

.djgz_ul li:last-of-type {
  margin-right: 0;
}

.djgz_ul .slide_div {
  width: 328px;
}

.djgz_ul .slide_textIn {
  padding-top: 18px;
}

.achie_wrap {
  margin-top: 50px;
}

.achie_wrap .fl {
  float: left;
}

.achie_list {}

.achie_com {
  width: 440px;
  height: 316px;
  background-color: #e9f3f8;
  margin-right: 40px;
}

.achie_com:last-of-type {
  margin-right: 0;
}

.achie_tit {
  width: 57px;
  float: left;
  height: 100%;
}

.achie_tit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.achie_article {
  float: left;
  width: 383px;
  padding: 8px 28px;
  box-sizing: border-box;
}

.achie_li {
  padding: 22px 0;
  border-bottom: dashed 1px #c8d5da;
}

.achie_li:last-of-type {
  border-bottom: none;
}

.achie_li a {
  font-size: 20px;
  line-height: 28px;
  color: #1a1a1a;
  transition: all 0.3s;
}

.achie_li a:hover {
  font-weight: 600;
}

.link_wrap {
  margin-top: 70px;
}

.link_tit {
  width: 170px;
  float: left;
  font-size: 22px;
  line-height: 66px;
  padding-left: 38px;
  box-sizing: border-box;
  color: #1a1a1a;
  font-weight: 600;
}

.link_list {
  float: left;
}

.link_com {
  display: block;
  width: 361px;
  float: left;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #0d3457;
  background: url(wxsImg7_2024.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 36px;
  transition: all 0.3s;
}

.link_com:last-of-type {
  margin-right: 0;
}

.link_com:hover {
  background: url(wxsImg8_2024.png) no-repeat;
  background-size: cover;
  color: #fff;
}
.zt_wrap {
  overflow: hidden;
}
/* 20240517-新增end */

@media screen and (max-width: 1640px) {
  .top .search_box {
    right: 0px;
  }
}

@media screen and (max-width: 1440px) {
  .wrapIn {
    width: 1000px;
  }

  .top_bg {
    height: 10px;
  }

  .top_bg .top_logo {
    width: 165px;
  }

  .top_bg .top_links {
    font-size: 12px;
  }

  .top img {
    height: 92px;
  }

  .top .search_box {
    width: 220px;
    height: 40px;
    top: 26px;
    right: -100px;
  }

  .search_input {
    width: 180px;
    height: 40px;
  }

  .search_btn {
    width: 40px;
    height: 40px;
    background-size: 50% auto;
  }

  .nav a,
  .nav .has-chil {
    width: 137px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .nav span {
    height: 40px;
  }

  .nav a:before,
  .nav .has-chil:hover a:before {
    margin-left: -37px;
    height: 2px;
  }

  .nav a:hover:before,
  .nav .has-chil:hover a:before {
    width: 74px;
  }

  .nav .has-chil .chil-nav {
    top: 52px;
  }

  .nav .has-chil:hover .chil-nav {
    height: 470px;
  }

  .chil-nav .chil-item a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }

  .nav .has-chil .chil-nav {
    padding-left: 170px;
  }

  .chil-nav .chil-item {
    width: 285px;
  }

  .chil-nav .chil-item h3 {
    font-size: 16px;
  }

  .banner {
    margin-top: 15px;
    height: 226px;
  }

  .banner img {
    display: block;
    width: 100%;
  }

  .swiper-pagination1 .swiper-pagination-switch {
    width: 18px;
    height: 18px;
    background-size: 100% auto;
  }

  .title a>img {
    width: 145px;
  }

  .title .more {
    font-size: 14px;
    background-size: 16px auto;
    padding-right: 22px;
  }

  .swiper-container2 .swiper-slide ul li {
    width: 255px;
    height: 414px;
  }

  .slide_div {
    width: 235px;
  }

  .swiper-container2 .swiper-slide ul li:nth-last-child(1) {
    width: 235px;
  }

  .slide_pic {
    height: 175px;
  }

  .slide_text {
    height: 410px;
  }

  .slide_type {
    font-size: 14px;
  }

  .slide_title {
    font-size: 15px;
    line-height: 1.5;
  }

  .slide_textIn {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
    padding: 10px 15px 0;
    box-sizing: border-box;
  }

  .slide_zhaiyao {
    font-size: 14px;
    line-height: 1.6;
  }

  .slide_time {
    font-size: 12px;
    padding: 10px 15px;
  }

  .noImg_div .slide_textIn {
    height: 374px;
  }

  .row1 {
    height: 540px;
  }

  .notic_ul li {
    width: 320px;
    height: 154px;
    margin-right: 20px;
    padding: 20px 36px;
  }

  .notic_ul li a {
    font-size: 16px;
    line-height: 1.5;
    height: 80px;
  }

  .notic_time {
    color: #0d3457;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
  }

  .row3In {
    width: 1000px;
  }

  .xjdt_left {
    width: 694px;
    height: 508px;
  }

  .xjdt_leftIn {
    width: 550px;
    height: 500px;
  }

  .xjdt_leftIn .xjdt_left_swiper img {
    width: 550px;
    height: 310px;
  }

  .xjdt_leftIn img {
    display: block;
    width: 100%;
  }

  .swiper-pagination3 {
    top: 270px;
  }

  .swiper-pagination3 .swiper-pagination-switch {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .swiper3_text h2 {
    font-size: 18px;
  }

  .swiper3_text p {
    font-size: 12px;
    line-height: 1.8;
  }

  .xjdt_right {
    width: 368px;
    height: 508px;
  }

  .xjdt_rightIn {
    width: 398px;
    height: 450px;
    margin-left: -65px;
    padding: 20px 0;
  }

  .xjdt_list_left {
    width: 56px;
    height: 56px;
  }

  .xjdt_list_left .day {
    font-size: 28px;
    line-height: 1.2;
  }

  .xjdt_list_left .year_month {
    font-size: 12px;
  }

  .xjdt_rightIn ul {
    width: 415px;
  }

  .xjdt_list_right {
    width: 318px;
    margin-right: 20px;
    height: 60px;
  }

  .xjdt_list_right a {
    height: 45px;
    background-size: 44px auto;
    background-position: 10px center;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.4;
  }

  .xjdt_rightIn ul li {
    margin-bottom: 25px;
    height: 60px;
  }

  .xjdt_list_right a.sw {
    background-size: 44px auto;
    background-position: 10px center;
  }

  .row3 {
    height: 740px;
  }

  .row4 {
    width: 1000px;
  }

  .accordion .acc-item {
    width: 72px;
    height: 305px;
  }

  .accordion .acc-item.active,
  .accordion .acc-item .img-cont {
    width: 640px;
  }

  .accordion .acc-item .text-cont {
    width: 72px;
    font-size: 18px;
    padding: 24px 25px;
  }

  .accordion .acc-item .text-cont-2 {
    width: 72px;
    font-size: 18px;
    padding: 24px 15px;
  }

  .footerIn {
    width: 1000px;
    font-size: 14px;
  }

  .footerIn_left_row1 span:nth-child(1),
  .footerIn_left_row2 span:nth-child(1) {
    width: 260px;
  }

  .main {
    width: 1000px;
  }

  .main img {
    max-width: 100%;
  }

  .content_main p {
    font-size: 16px;
    line-height: 2 !important;
    margin-bottom: 1em;
  }

  .content_main div {
    font-size: 16px;
    line-height: 2 !important;
    margin-bottom: 1em;
  }

  .content_main table td p {
    margin-bottom: 0 !important;
    text-indent: 0 !important;
  }

  .content_title {
    font-size: 26px;
  }

  .content_title p {
    font-size: 18px;
  }

  .article_info {
    overflow: hidden;
    font-size: 16px;
    color: #0d3457;
    background: url(wxs_otherSpTBg_v202303.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 20px;
  }

  .article_info .article_info_item {
    float: left;
    margin-right: 35px;
    padding-left: 20px;
    line-height: 36px;
    font-size: 14px;
  }

  .article_info .article_info_item:first-child {
    background: url(wxs_artInfoTime_v2023.png) no-repeat left center;
    background-size: 14px auto;
  }

  .article_info .article_info_item:nth-child(2) {
    background: url(wxs_artInfoSource_v2023.png) no-repeat left center;
    background-size: 14px auto;
  }

  .article_info .article_info_item.print {
    background: url(wxs_artDetPrintIcon_v2023.png) no-repeat left center;
    background-size: 14px auto;
  }

  .article_info .article_info_item.fontSize {
    background: url(wxs_artDelFontIcon_v2023.png) no-repeat left center;
    background-size: 14px auto;
  }

  .article_info .article_info_item.fontSize span {
    cursor: pointer;
    padding: 0 6px;
  }

  .article_info_share {
    float: right;
    line-height: 36px;
    overflow: hidden;
    font-size: 14px;
  }

  .article_info_share img {
    width: 28px;
  }

  .article_info_share span,
  .article_info_share img {
    display: block;
    float: left;
    margin-left: 10px;
  }

  .article_info_share img {
    cursor: pointer;
  }

  .sp_other ul {
    position: relative;
    height: 246px;
    width: 1000px;
    background: url(wxs_spDetOs_v2023.png) no-repeat;
    background-size: 1000px 246px;
  }

  .sp_other_title {
    font-size: 25px;
    color: #0d3457;
    font-family: "sourcehanserifcnheavy";
    height: 100px;
    line-height: 100px;
    background: url(wxs_otherSpTBg_v202303.png) no-repeat center bottom;
    background-size: contain;

    margin-bottom: 25px;
  }

  @font-face {
    font-family: "sourcehanserifcnheavy";
    src: url("./sourcehanserifcnheavy.ttf");
  }

  .sp_other ul li {
    position: absolute;
    width: 268px;
    height: 145px;
  }

  .sp_other ul li a {
    display: block;
    position: relative;
  }

  .sp_other ul li .txt_con {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 100%;
    background: url(wxs_otherSpLiTBg_v2023.png) no-repeat bottom center;
    background-size: 100% 34px;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .sp_other ul li img {
    display: block;
    width: 268px;
    height: 145px;
  }

  .sp_other ul li:first-child {
    top: 51px;
    left: 83px;
  }

  .sp_other ul li:nth-child(2) {
    top: 0;
    left: 408px;
  }

  .sp_other ul li:last-child {
    right: 0;
    bottom: 0;
  }

  .video_main .video_box {
    width: 800px;
    height: auto;
  }

  .video_main {
    height: 530px;
    padding-top: 40px;
  }

  .gdwx_row1 {
    height: 500px;
  }

  .gdwx_row1_left {
    width: 690px;
    height: 500px;
  }

  .gdwx_row1_right {
    width: 670px;
    height: 340px;
    padding: 40px 45px;
  }

  .gr_title {
    font-size: 42px;
    height: 54px;
    line-height: 54px;
    background-size: 58px auto;
    padding-left: 72px;
  }

  .gr1_desc {
    font-size: 14px;
    line-height: 1.8;
  }

  .xrld_title_right .xrld_detail {
    margin-top: 20px;
  }

  .gdwx_row2In li {
    width: 260px;
    height: 362px;
  }

  .gdwx_row2In li .pic_con {
    width: 260px;
    height: 362px;
  }

  .gdwx_row2In li img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .gdwx_row2In .txt-con {
    width: 102px;
    height: 365px;
    background-size: 100% auto;
    top: 55px;
    left: -35px;
  }

  .gdwx_row2In li .time {
    font-size: 26px;
  }

  .gdwx_row2In .txt-con .desc {
    font-size: 16px;
    padding: 0 30px;
    height: 220px;
    padding-top: 20px;
  }

  .xd_row .txt-con .desc {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 20px;
    overflow: hidden;
    text-indent: 0;
    height: 250px;
    font-size: 13px;
  }

  .gdwx_row2In li:hover .pic_con {
    transition: 0.3s;
    transform: translateX(40px);
  }

  .gdwx_row2In li:hover .txt-con {
    left: -60px;
    transition: 0.3s;
  }

  .gdwx_row2In li:nth-child(2) {
    margin-left: 94px;
  }

  .gdwx_title_brown img {
    width: 146px;
  }

  .gdwx_row2In ul {
    height: 510px;
  }

  .gdwx_row2_swiper .lsgg-box {
    height: 343px;
    padding: 10px;
  }

  .gdwx_row2_swiper {
    margin: 0 -10px;
    padding: 15px 0;
  }

  .gdwx_row2_swiper .swiper-slide {
    padding: 0 10px;
  }

  .gdwx_row2_swiper .swiper-slide .img-cont {
    position: relative;
    overflow: hidden;
    width: 214px;
    height: 170px;
    line-height: 170px;
  }

  .gdwx_row2_swiper .lsgg-box .text-cont {
    padding: 4px;
  }

  .gdwx_row2_swiper .swiper-slide .img-cont img {
    transition: 0.3s;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
  }

  .gdwx_title_brown {
    height: 34px;
    line-height: 34px;
  }

  .gdwx_row2_swiper .swiper-btn,
  .gdwx_row2_swiper .swiper-btn:before {
    width: 38px;
  }

  .gdwx_row2_swiper .swiper-btn.prev {
    left: 10px;
  }

  .gdwx_row2_swiper .lsgg-box .text-cont h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .gdwx_row2_swiper .lsgg-box .text-cont p {
    font-size: 12px;
    margin-top: 6px;
  }

  .gdwx_row2_swiper .swiper-btn.next {
    right: 10px;
  }

  .lrld_box .gdwx_lrld_tab {
    font-size: 20px;
  }

  .lrld_box .gdwx_lrld_tab span {
    margin: 0 10px;
  }

  .lrld_box .gdwx_lrld_tab .tab-item:after {
    margin-left: -15px;
    bottom: -7px;
  }

  .lrld_box .gdwx_lrld_tab .tab-item.active:after {
    width: 30px;
  }

  .lrld_content {
    width: 819px;
    height: 433px;
    background-size: cover;
    background-position: right bottom;
    padding: 35px 40px;
    padding-right: 160px;
    margin-top: 30px;
  }

  .lrld_picture {
    width: 303px;
    height: 405px;
    top: -42px;
  }

  .lrld_picture img {
    display: block;
    width: 100%;
  }

  .lrld_btn {
    width: 153px;
    height: 70px;
  }

  .lrld_btn span {
    top: 18px;
  }

  .lrld_left_btn {
    left: 35px;
  }

  .lrld_right_btn {
    right: 35px;
  }

  .lrld_title_left h2 {
    font-size: 24px;
  }

  .lrld_title_left p {
    font-size: 16px;
    margin-top: 12px;
  }

  .lrld_title_right .lrld_detail {
    margin-top: 40px;
  }

  .lrld_detal_text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.8;
  }

  .lrld_name_box {
    margin-top: 44px;
  }

  .lrld_name_list_ul li {
    font-size: 16px;
    width: 68px;
  }

  .lrld_name_list_ul li span:before,
  .lrld_name_list_ul li span:after {
    width: 8px;
    height: 14px;
    margin-top: -7px;
  }

  .lrld_name.active {
    background-size: 20px auto;
  }

  .gdwx_title_blue img {
    width: 146px;
  }

  .lrzj_box .gdwx_title_brown img,
  .xryjy_box .gdwx_title_blue img {
    width: 196px;
  }

  .xrld_boxIn {
    height: 415px;
    padding: 35px 40px;
    margin-top: 30px;
  }

  .xrld_swiper {
    width: 590px;
    height: auto;
  }

  .xrld_title_left h2 {
    font-size: 24px;
  }

  .xrld_title_left p {
    font-size: 16px;
    margin-top: 12px;
  }

  .xrld_box .xrld_title_right .xrld_detail {
    margin-top: 40px;
  }

  .xrld_detal_text {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 30px;
  }

  .gdwx_row4.xrld_box .xrld_detal_text_mks {
    height: 220px;
    overflow-y: auto;
    padding-right: 15px;
  }

  .gdwx_row4.xrld_box .xrld_detal_text_mks::-webkit-scrollbar {
    width: 6px;
    height: 1px;
  }

  .gdwx_row4.xrld_box .xrld_detal_text_mks::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #adc0b1;
  }

  .gdwx_row4.xrld_box .xrld_detal_text_mks::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ccc3ba;
    opacity: 0.3;
  }

  .xrld_picture_ul {
    width: 303px;
    height: 404px;
    margin-top: -106px;
  }

  .xrld_picture_ul img {
    display: block;
    width: 100%;
  }

  .lrzj_left {
    width: 600px;
    height: 425px;
    background-size: cover;
    background-position: center bottom;
    padding: 55px 30px;
  }

  .lrzj_pic_box {
    width: 204px;
    margin-right: 30px;
    margin-bottom: 25px;
  }

  .lrzj_pic_box .photo {
    height: 272px;
  }

  .lrzj_pic_box .name {
    font-size: 23px;
    margin-top: 20px;
  }

  .lrzj_text_box {
    /*width: 298px;*/
  }

  .lrzj_text_box p {
    font-size: 15px;
    line-height: 2;
    height: 270px;
  }

  .lrzj_right {
    width: 400px;
    height: 425px;
    padding: 40px 30px;
    padding-right: 10px;
  }

  .lrzj_right_ul {
    padding-right: 30px;
    max-height: 360px;
  }

  .lrzj_right_ul li {
    width: 104px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .lrzj_right_ul li:after {
    margin-left: -20px;
  }

  .lrzj_right_ul li:hover:after,
  .lrzj_right_ul li.active:after {
    width: 40px;
  }

  .lrzj_boxIn {
    height: 430px;
    margin-top: 30px;
  }

  .xryjy_content {
    height: 425px;
    padding: 35px 40px;
  }

  .xryjy_content_swiper {
    width: 684px;
  }

  .xryjy_title_left h2 {
    font-size: 24px;
  }

  .xryjy_title_left p {
    margin-top: 12px;
    font-size: 16px;
    font-weight: normal;
  }

  .xryjy_detal_text {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
  }

  .xryjy_title_right .xryjy_detail {
    margin-top: 40px;
  }

  .xryjy_picture {
    width: 204px;
    height: 273px;
    right: 30px;
    top: -40px;
  }

  .xryjy_name_box {
    margin-top: 20px;
  }

  .xryjy_name_list_ul li {
    font-size: 16px;
  }

  .swiper-container_zycg .swiper-slide {
    width: 319px;
    height: 298px;
    background-size: 320px auto;
  }

  .swiper-container_zycg .swiper-slide:nth-child(even) {
    background-size: 320px auto;
  }

  .swiper-container_zycg .swiper-slide .book_img {
    height: 166px;
  }

  .swiper-container_zycg .swiper-slide .book_img img {
    max-height: 166px;
    max-width: 260px;
  }

  .swiper-container_zycg .swiper-slide a {
    width: 320px;
    height: 298px;
    margin-right: 20px;
    padding-top: 30px;
  }

  .swiper-container_zycg .swiper-slide a:last-of-type {
    margin-right: 0;
  }

  .swiper-container_zycg .swiper-slide .book_name {
    font-size: 16px;
  }

  .swiper-container_zycg .swiper-slide .book_autor {
    font-size: 15px;
    padding-top: 10px;
  }

  .swiper-container_zycg {
    height: 360px;
  }

  .swiper-pagination_zycg .swiper-pagination-switch {
    width: 18px;
    height: 18px;
  }

  .cg_box {
    height: auto;
    margin-bottom: 20px !important;
  }

  .cg_box .swiper-slide {
    width: auto;
  }

  .cg_box ul li {
    margin-bottom: 20px;
  }

  .zycg_box {
    padding-bottom: 40px;
  }

  .nav {
    padding-bottom: 0;
  }

  .content_title.sp_title span {
    height: 50px;
    line-height: 50px;
    background-size: 46px auto;
  }

  .pages {
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
  }

  .pages a {
    display: inline-block;
    border: 1px solid #dddddd;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 2px;
  }

  .pages input {
    width: 34px;
    height: 23px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
  }

  .pages .sk05_submit {
    width: 30px;
    height: 26px;
    border-radius: 2px;
    background-color: #a60712;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
  }

  .base-wrapper {
    width: 1000px;
  }

  .base-chil-top h2 {
    font-size: 28px;
  }

  .base-chil-top .menu-list {
    margin-top: 25px;
  }

  .base-chil-top .menu-list .menu-item {
    width: 145px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    margin: 0 7px;
  }

  .base-chil-top .gd-menu-list .menu-item {
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 8px 14px;
  }

  .djgz-wrapper li {
    padding: 25px 40px;
    background-size: 100% 100%;
  }

  .djgz-wrapper li .img-cont {
    width: 274px;
    height: 206px;
    margin-right: 40px;
  }

  .djgz-wrapper.cg-wrapper li .img-cont {
    width: 190px;
    height: 206px;
    margin-right: 40px;
  }

  .djgz-wrapper .text-cont h3 {
    font-size: 16px;
  }

  .djgz-wrapper .text-cont .djgz-time {
    margin-top: 8px;
    font-size: 12px;
  }

  .djgz-wrapper .text-cont .djgz-time:before {
    width: 21px;
    height: 15px;
    left: 80px;
    margin-top: -8px;
  }

  .djgz-wrapper .text-cont .djgz-time:after {
    left: 94px;
  }

  .djgz-wrapper .text-cont p {
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.6;
  }

  .djgz-wrapper .text-cont .djgz-detail {
    width: 83px;
    height: 18px;
    font-size: 12px;
    margin-top: 15px;
  }

  .base-page-wrapper {
    padding: 50px 60px;
  }

  .base-page-wrapper h3 {
    font-size: 30px;
  }

  .base-page-wrapper h3:after {
    width: 44px;
    height: 4px;
    margin-left: -22px;
    bottom: -25px;
  }

  .base-page-wrapper .page-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .base-page-wrapper .page-content p {
    font-size: 16px;
  }

  .base-chil-top .search-cont {
    width: 710px;
    margin-top: 25px;
  }

  .base-chil-top .search-cont .input-cont {
    width: 578px;
    height: 46px;
  }

  .base-chil-top {
    margin-bottom: 20px;
  }

  .base-chil-top .search-cont .input-cont input,
  .base-chil-top .search-cont .input-cont span {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }

  .base-chil-top .search-cont .search-btn {
    width: 116px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-indent: 35px;
  }

  .djgz-wrapper .search-result {
    font-size: 14px;
  }

  .djgz-wrapper .search-result .order-item {
    padding-right: 18px;
    background-size: 7px auto;
    margin-left: 20px;
  }

  .base-chil-top .menu-child-list {
    margin-top: 20px;
    font-size: 13px;
  }

  .base-chil-top.kxyj-top .menu-child-list {
    width: 180px;

    margin-left: 306px;
  }

  .base-chil-top .menu-child-list span {
    margin: 0 8px;
  }

  .djgz-wrapper.xscg-wrapper li {}

  .base-page-wrapper .page-content {}

  .xscg-zz-wrapper li {
    width: 490px;
    height: 226px;
    padding: 24px 26px;
  }

  .ztzl li {
    width: 490px;
    height: 258px;
  }

  .xscg-zz-wrapper li .img-cont {
    width: 128px;
    height: 180px;
    margin-right: 34px;
  }

  .xscg-zz-wrapper .text-cont .djgz-time {
    margin-top: 35px;
  }

  .base-chil-top.wyh-top .menu-item {
    /* margin-bottom: 15px; */
  }

  .pywyh-wrapper .wyh-list {
    padding-top: 15px;
    margin: 0 -12px;
  }

  .pywyh-wrapper .wyh-list .wyh-item {
    width: 180px;
    height: 280px;
    margin: 0 12px;
    margin-bottom: 25px;
  }

  .pywyh-wrapper .wyh-list .wyh-item .img-cont {
    height: 198px;
  }

  .pywyh-wrapper .wyh-list .wyh-item .text-cont {
    margin-top: 10px;
    font-size: 18px;
  }

  .wxsjj-content .img-cont {
    width: 775px;
    height: 442px;
  }

  .wxsjj-content .text-cont {
    width: 570px;
    height: 345px;
    top: 60px;
    padding: 50px 44px;
  }

  .wxsjj-content .text-cont h3 {
    font-size: 30px;
  }

  .wxsjj-content .text-cont h3:after {
    width: 44px;
    height: 4px;
  }

  .wxsjj-content .text-cont p {
    margin-top: 60px;
    font-size: 16px;
  }

  .xrld-wrapper .xrld-item {
    padding-top: 40px;
    padding-bottom: 66px;
  }

  .xrld-wrapper .xrld-item .img-cont {
    width: 168px;
  }

  .xrld-wrapper .xrld-item .text-cont {
    width: 800px;
  }

  .xrld-wrapper .xrld-item .text-cont h3 {
    font-size: 24px;
  }

  .xrld-wrapper .xrld-item .text-cont h3 span {
    font-size: 15px;
    margin-left: 10px;
  }

  .xrld-wrapper .xrld-item .text-cont p {
    font-size: 15px;
    margin-top: 8px;
  }

  .xrld-wrapper .xrld-item .show-more {
    font-size: 14px;
    width: 60px;
    background-size: 22px auto;
    padding-left: 30px;
  }

  .yjs-base-title {
    font-size: 28px;
    background-size: 28px auto;
    height: 35px;
    line-height: 35px;
    background-position: 0 4px;
    padding-left: 35px;
  }

  .xryjy_boxIn,
  .zycg_boxIn {
    margin-top: 30px;
  }

  /*  所庆七十周年开始 */
  .sq_list {
    padding: 7px 0 50px;
  }

  .sq_list .list_left {
    width: 607px;
  }

  .list_left_img {
    position: relative;
    width: 607px;
    height: 310px;
  }

  .list_left_tit {
    line-height: 54px;
    height: 54px;
    padding: 0 70px 0 15px;
  }

  .list_left_tit p {
    font-size: 14px;
  }

  .list_left_num {
    right: 16px;
    line-height: 54px;
    height: 54px;
    font-size: 17px;
  }

  .num_curPage {
    font-size: 26px;
  }

  .list_left_change {
    height: 139px;
    margin-top: 20px;
  }

  .change_box {
    width: 193px;
    height: 99px;
    margin-right: 14px;
  }

  .change_box.active {
    border: 4px solid #a60712;
    position: relative;
  }

  .change_box.active::before {
    width: 16px;
    height: 8px;
    top: -10px;
  }

  .sq_list .list_right {
    width: 357px;
  }

  .list_right_news {
    padding-bottom: 18px;
  }

  .list_right_news .news_tit {
    font-size: 23px;
    line-height: 32px;
  }

  .list_right_news .news_text {
    margin-top: 14px;
    font-size: 12px;
    line-height: 21px;
  }

  .list_right_ul {
    margin-top: 11px;
  }

  .list_right_ul .list_right_li {
    font-size: 14px;
    line-height: 33px;
    height: 33px;
  }

  .list_right_ul .list_right_li a {
    padding-left: 14px;
  }

  .list_right_li a::before {
    width: 4px;
    height: 4px;
  }

  .sq-wrapper .sq_news {
    padding: 74px 0 62px;
  }

  .news-detail {
    line-height: 14px;
    width: 70px;
    height: 15px;
    background: url(wxs_djgz_detail_hover.png) no-repeat;
    background-size: 100% auto;
    font-size: 12px;
  }

  .sq_news .slide_div {
    padding: 18px 18px 14px;
    width: 230px;
    height: 395px;
  }

  .sq_news .noImg_div .slide_textIn {
    height: 308px;
  }

  .sq_news .slide_div {
    box-shadow: 0px 4px 7px 0px rgba(199, 24, 21, 0.23);
  }

  .sq_news .slide_pic {
    height: 146px;
  }

  .sq_news .slide_time {
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    padding-left: 13px;
    margin-top: 13px;
  }

  .sq_news .swiper-container2 .swiper-slide {
    height: 395px;
    width: 256px;
  }

  .sq_news_con {
    padding: 0 3px;
  }

  .sq_news_con::before {
    width: 3px;
  }

  .sq_news_con::after {
    width: 3px;
  }

  .sq_news .slide_textIn {
    height: 162px;
  }

  .sq_news_btn {
    width: 31px;
    height: 31px;
    box-shadow: 0px 2px 7px 0px rgba(199, 24, 21, 0.24);
    margin-top: -15px;
  }

  .sq_video {
    padding: 57px 0;
  }

  /*  所庆七十周年结束 */

  /* 文学所大讲堂开始 */

  .video_wrap {
    width: 682px;
    height: 384px;
  }

  .video_info {
    width: 318px;
    height: 384px;
    padding: 39px 37px;
  }

  .video_info_p1 {
    font-size: 24px;
    line-height: 36px;
  }

  .video_info_p2 {
    font-size: 20px;
    margin-top: 11px;
  }

  .video_info_p3 {
    font-size: 12px;
    line-height: 26px;
    margin-top: 21px;
  }

  .video_info_detail {
    line-height: 14px;
    width: 71px;
    height: 15px;
    font-size: 12px;
    left: 37px;
    bottom: 39px;
  }

  .wxsdjt_list {
    padding: 36px 0 50px;
  }

  /* 文学所大讲堂结束 */

  .mkszyyjs-wrapIn .gr_title {
    font-size: 28px;
    background-size: 55px auto;
  }

  .mkszyyjs-wrapIn .gr1_desc {
    font-size: 16px;
    min-height: 100px;
  }

  .wxyjstsg-wrapIn .gdwx_row2In .txt-con .desc {
    height: 270px;
    margin-top: 60px;
    width: 28px;
  }

  .gdwx_row2In li:first-child .txt-con .desc {
    height: 200px;
  }

  /* 《文学评论》编辑部 start */
  .wxplbjb-wrapIn .gdwx_row1_right {
    height: 390px;
    background-image: url(wxs0410_wxplbjb_r1rBg__v2023.png);
  }

  .wxplbjb-wrapIn .gr_title {
    margin-bottom: 40px;
    background-image: url(wxs0410_wxplbjb_r1t_v2023.png);
  }

  .wxpl_lsyg .yjs-base-title {
    color: #285441;
  }

  .wxplbjb-wrapIn .lrld_content {
    background-image: url(wxs0410_wxplLsyg_bg_v2023.jpg);
  }

  .wxplbjb-wrapIn .lrld_btn {
    background-image: url(wxs0410_lsyg_btnBox_v2023.jpg);
  }

  .wxplbjb-wrapIn .lrld_left_btn {
    background: url(wxs0410_wxplLsyg_left_v2023.png) no-repeat;
    background-size: 100%;
    left: 35px;
  }

  .wxplbjb-wrapIn .lrld_right_btn {
    background: url(wxs0410_wxplLsyg_left_v2023.png) no-repeat;
    background-size: 100%;
    right: 35px;
  }

  .wxplbjb-wrapIn .lrld_name_list_ul li.active {
    background: url(wxs0410_wxplLsygT_v2023.png) no-repeat center 88px;
    background-size: 20px auto;
  }

  .wxplbjb-wrapIn .lrld_name_list_ul li.active img {
    border: 4px solid #468268;
  }

  .wxplbjb-wrapIn .lrld_name_list_ul li img {
    border: 4px solid rgba(0, 0, 0, 0);
  }

  .wxplbjb-wrapIn .lrld_name_list_ul li {
    background: 0;
    width: 150px;
    text-align: center;
    height: 180px;
    background: url(wxs0410_wxplLsygTn_v2023.png) no-repeat center 88px;
    background-size: 20px auto;
  }

  .wxplbjb-wrapIn .lrld_name_list_ul li i {
    /* height: ; */
    font-style: normal;
    display: block;
    margin-top: 30px;
  }

  .wxplbjb-wrapIn .lrld_name img {
    width: 54px;
    height: 74px;
  }

  .wxplbjb-wrapIn .lrld_detal_text {
    margin-top: 20px;
  }

  .wxplbjb-wrapIn .lrld_title_right .lrld_detail,
  .wxplbjb-wrapIn .lrld_title,
  .wxplbjb-wrapIn .lrld_detal_text,
  .wxplbjb-wrapIn .lrld_name_list_ul li {
    color: #285441;
  }

  .wxplbjb-wrapIn .lrld_title_right .lrld_detail {
    background-image: url(wxs0410_wxplLsyg_seeDet_v2023.png);
    margin-top: 20px;
  }

  .wxplbjb-wrapIn .lrld_name_box {
    height: 180px;
  }

  .wxplbjb-wrapIn .lrld_name_box {
    margin-top: 20px;
  }

  .wxplbjb-wrapIn .lrld_picture {
    width: 280px;
    height: 405px;
  }

  .wxplbjb-wrapIn .lrld_picture img {
    width: 100%;
    height: 100%;
  }

  .wxplbjb-wrapIn .lrld_name_line {
    top: 100px;
  }

  .wxplbjb-wrapIn .lrld_name_line span {
    background-color: #b3c4bd;
  }

  .wxplbjb-wrapIn .lrld_name_line::before,
  .wxplbjb-wrapIn .lrld_name_line::after {
    border-color: #b3c4bd;
  }

  .wxpl_lrzfb .wxpl_lrzfb_con {
    height: 400px;
    background-image: url(wxs0410_wxplLrldBg_v2023.jpg);
    background-size: 100% 100%;
    margin-top: 40px;
  }

  .wxpl_lrzfb_con .wxpl_txt_con {
    width: 420px;
    padding-top: 70px;
    padding-left: 40px;
    color: #fff;
  }

  .wxpl_lrzfb_con .wxpl_txt_con h2 {
    color: #fff;
    margin-bottom: 40px;
  }

  .wxpl_lrzfb_con .wxpl_txt_con .lrld_detal_text {
    color: #fff;
    margin-bottom: 30px;
  }

  .wxpl_lrzfb_con {
    position: relative;
  }

  .wxpl_lrzfb_con .img_con {
    height: 322px;
    width: 508px;
    position: absolute;
    right: 0;
    top: -20px;
  }

  .wxpl_lrzfb_con .img_con img {
    width: 100%;
    height: 100%;
  }

  .wxpl_xrzfb .wxpl_lrzfb_con {
    height: 334px;
    background: url(wxs0410_wxplXrzfbBg_v2023.jpg);
    background-size: cover;
    margin-top: 40px;
  }

  .wxpl_xrzfb .wxpl_lrzfb_con .img_con {
    right: 50px;
    top: -80px;
    width: 260px;
    height: 390px;
  }

  .wxpl_xrzfb .wxpl_lrzfb_con .img_con img {
    width: 100%;
    height: 100%;
  }

  .wxpl_xrzfb .wxpl_lrzfb_con .wxpl_txt_con {
    width: 610px;
  }

  .wxpl_xrzfb .wxpl_lrzfb_con .wxpl_txt_con .desc {
    margin-top: 50px;
  }

  .wxpl_xrld .xrld_boxIn {
    height: 363px;
    background-image: url(wxs0410_wxplXrldBg_v2023.jpg);
    background-size: cover;
    color: #285441;
  }

  .wxpl_xrld .xrld_title_left,
  .wxpl_xrld .xrld_detail,
  .wxpl_xrld .xrld_detal_text,
  .wxplbjb_zzry .xryjy_title_left,
  .wxplbjb_zzry .xryjy_detail,
  .wxplbjb_zzry .xryjy_detal_text {
    color: #285441;
  }

  .wxplbjb-wrapIn .wxplbjb_zzry .xryjy_detail {
    color: #285441;
  }

  .wxplbjb_zzry .xryjy_detail,
  .wxpl_xrld .xrld_detail {
    background-image: url(wxs0410_wxplLsyg_seeDet_v2023.png);
  }

  .wxpl_xrld .xrld_picture_ul {
    width: 266px;
    height: 354px;
  }

  .wxpl_xrld .xrld_picture_ul img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .wxpl_xrld .tab-item {
    color: #333;
  }

  .wxpl_xrld .yjs-base-title .tab-item.active {
    color: #468268;
  }

  .wxpl_xrld .yjs-base-title .yjs-tab .tab-item:after {
    background-color: #468268;
  }

  .wxplbjb-wrapIn.gdwxyjs-wrapIn .xryjy_content {
    background-image: url(wxs0410_wxplZzryBg_v2023.jpg);
  }

  .wxplbjb-wrapIn .wxplbjb_zzry .xryjy_name_list_ul li {
    color: #285441;
  }

  .wxplbjb-wrapIn .wxplbjb_zzry .xryjy_name.active {
    background-image: url(wxs0410_wxplZZry_name_active_v2023.png);
  }

  .wxplbjb-wrapIn .xryjy_content_swiper {
    height: 230px;
  }

  .wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(1) {
    background-image: url(wxs0410_wxplZxbg1_v2023.jpg);
  }

  .wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a .book_name {
    width: 80%;
  }

  .xryjy_name_list_ul li span:before,
  .xryjy_name_list_ul li span:after {
    width: 10px;
    height: 18px;
  }

  .wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(1) .book_name {
    color: #285441;
  }

  .wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(2) {
    background-image: url(wxs0410_wxplZxbg2_v2023.jpg);
  }

  .wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(2) .book_name {
    color: #ffffff;
  }

  .wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(3) {
    background-image: url(wxs0410_wxplZxbg3_v2023.jpg);
  }

  .wxplbjb-wrapIn .wxycbjb_zycg .swiper-container_zycg .swiper-slide a:nth-of-type(3) .book_name {
    color: #285441;
  }

  .wxplbjb-wrapIn .swiper-pagination_zycg .swiper-pagination-switch {
    background-image: url(wxs-yjs-title-icon7.png);
  }

  /* 《文学评论》编辑部 end */

  /* 文学评论 start */
  .wxpl_detail .wxpl_title {
    position: relative;
    font-size: 30px;
    text-align: center;
    color: #0d3457;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .wxpl_detail .wxpl_title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 44px;
    bottom: 0;
    background: #a70712;
  }

  .wxpl_artcile_left {
    width: 200px;
    float: left;
  }

  .wxpl_artcile_left img {
    width: 100%;
  }

  .wxpl_artcile_right {
    width: 660px;
    float: right;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 34px;
    text-indent: 2em;
    text-align: justify;
  }

  .wxpl_qkwz {
    text-indent: 0;
    margin-top: 65px;
    background: url(sk0412_wxs_wxpl_qkwz_v2023.png) no-repeat right center;
    background-size: 300px auto;
  }

  .wxpl_qkwz a {
    color: #0d3457;
  }

  /* 文学评论 end */
  .ops_icons li {
    transform: scale(0.8);
    margin-right: 0 !important;
  }

  /* 古代文学研究室 start */
  .ancient_literature .lrzj_box .generations span {
    width: 128px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background-size: 100% 100%;
  }

  .ancient_literature .zycg_sort span {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background-size: 100% 100%;
  }

  .ancient_literature .cgxuR ul {
    height: 240px;
  }

  .ancient_literature .cgxuR ul li {
    height: 34px;
    margin-bottom: 15px;
  }

  .ancient_literature .cgxuR li i::before {
    position: absolute;
    top: 0;
    left: -14px;
    display: none;
    content: "";
    background: url(wxs_gdaiGrL_v2023.png) no-repeat left center;
    background-size: 12px auto;
    width: 14px;
    height: 35px;
  }

  .ancient_literature .cgxuR li i::after {
    top: 0;
    right: -14px;
    position: absolute;
    display: none;
    content: "";
    background: url(wxs_gdaiGrR_v2023.png) no-repeat right center;
    background-size: 12px auto;
    width: 14px;
    height: 35px;
  }

  .ancient_literature .popup,
  .GuDai_cg .popup {
    background: url(wxs_gdaipopupBg_v2023.jpg) no-repeat;
    height: 680px;
    width: 1000px;
    background-size: 100% 100%;
  }

  .GuDai_cg_list.djgz-wrapper.xscg-wrapper li {
    width: 320px;
    height: 290px;
    margin-right: 20px;
    padding: 15px;
    font-size: 16px;
  }

  .GuDai_cg_list.djgz-wrapper.xscg-wrapper li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .GuDai_cg_list.djgz-wrapper li .img-cont {
    max-width: 100%;
    text-align: center;
    height: 200px;
    width: 100%;
  }

  .GuDai_cg_list.djgz-wrapper li .img-cont img {
    min-height: 100%;
    margin: 0 auto;
  }

  .GuDai_cg_list.djgz-wrapper li .text-cont h3 {
    font-size: 16px;
    margin-top: 8px;
    line-height: 24px;
  }

  .GuDai_cg .content li {
    padding: 25px 30px;
    height: 225px;
    background-size: 100% 100%;
  }

  .GuDai_cg .content li .txt_con {
    width: 760px;
  }

  .GuDai_cg .content li .img_con {
    width: 125px;
    height: 174px;
  }

  .GuDai_cg .content li .txt_con .doc_title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .GuDai_cg .content li .txt_con .doc_abstract {
    font-size: 15px;
    line-height: 30px;
  }

  .grdbzT {
    font-size: 18px;
    color: #0d3457;
    font-weight: bold;
  }

  .grdbz_list li {
    color: #a60712;
    font-size: 16px;
    text-decoration: underline;
    padding-left: 25px;
    margin: 10px 0;
  }

  .lrzj_right_ul li p {
    font-size: 12px;
  }

  .ancient_literature .gdwx_row4 .lrzj_right_ul li {
    height: 30px;
    line-height: 30px;
  }

  .ancient_literature .lrzj_right_ul li:hover,
  .ancient_literature .lrzj_right_ul li.active {
    background: url(gdwxyjs_lrzj_btn_active.png) center center no-repeat;
    background-size: 100% auto;
  }

  .ancient_literature .cgxuR ul li span i {
    font-size: 14px;
  }

  .base-page-wrapper .page-content-lm table td p {
    font-size: 14px;
  }

  .zycg_boxIn.grcgxl_con {
    height: 300px;
    background: url(wxs_gdaiZycgBg_v2023_m.jpg) no-repeat;
  }

  .grcg_gen {
    float: left;
    width: 160px;
    padding-top: 15px;
  }

  .grcg_gen li {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 138px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #e1d3bd;
    cursor: pointer;
    color: #533e1e;
  }

  .ancient_literature .cgxuR {
    width: 840px;
    font-size: 16px;
    overflow-y: auto;
    height: 290px;
    padding: 30px 20px 0 10px;
  }

  .content_main {
    margin: 40px 0;
    padding: 0 2em;
  }

  .cg_list_img {
    background: url(wxs_yjsCgBg2_v2023.jpg) repeat-x;
    background-size: contain;
    width: 650px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
  }

  .cg_list_img img {
    width: auto;
    height: 300px;
  }

  .cg_list_txt {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-family: kaiti;
    color: #0D3457;
  }

  /* 古代文学研究室 end */


  /* 导航 0518*/
  .chil-nav .chil-item h3 a {
    font-size: 16px;
  }

  .nav .has-chil .chil-nav.ch1 {
    width: 150px;
    left: 140px;
    padding-left: 38px;
  }

  .nav .has-chil:hover .chil-nav.ch1 {
    height: 240px;
  }

  .nav .has-chil .chil-nav.ch1 .chil-item {
    width: 100%;
  }

  .nav .has-chil .chil-nav.ch2 {
    width: 170px;
    left: 430px;
    padding-left: 38px;
  }

  .nav .has-chil:hover .chil-nav.ch2 {
    height: 210px;
  }

  .nav .has-chil .chil-nav.ch2 .chil-item {
    width: 100%;
  }

  .nav .has-chil .chil-nav.ch3 {
    width: 200px;
    left: 565px;
    padding-left: 38px;
  }

  .nav .has-chil:hover .chil-nav.ch3 {
    height: 320px;
  }

  .nav .has-chil .chil-nav.ch3 .chil-item {
    width: 100%;
  }

  .nav .has-chil .chil-nav.ch3 .chil-item:nth-child(2) {
    margin-top: 0;
  }

  .nav .has-chil .chil-nav.ch4 {}

  .nav .has-chil:hover .chil-nav.ch4 {
    height: 310px;
  }

  .nav .has-chil .chil-nav.ch4 .chil-item {
    float: left;
    width: 390px;
    margin-top: 30px;
  }

  .nav .has-chil .chil-nav.ch5 {
    width: 170px;
    left: 850px;
    padding-left: 38px;
  }

  .nav .has-chil:hover .chil-nav.ch5 {
    height: 150px;
  }

  .nav .has-chil .chil-nav.ch5 .chil-item {
    width: 100%;
  }

  /*轮播图*/
  .slidesjs-navigation {
    display: none !important;
  }

  .scroll_pic {
    width: 100%;
    position: relative
  }

  .scroll_pic .pannel-image {
    width: 550px;
    height: 480px;
  }

  .scroll_pic .pannel-image img {
    width: 100%;
    height: 310px;
    object-fit: cover;
  }

  .slider-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .slider-carousel .item {
    width: 100%;
  }

  .slider-carousel .slidesjs-navigation {
    top: 36%;
    width: 42px;
    height: 69px;
    text-indent: -9999em;
    display: block;
    position: absolute;
    z-index: 100;
  }

  .slidesjs-pagination {
    bottom: 185px;
    width: 190px;
    height: 28px;
    right: 16px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    -ms-zoom: 1;
  }

  .slidesjs-pagination-item {
    float: left;
    margin: 0 5px;
  }

  .slidesjs-pagination-item a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    background: #333;
    opacity: 0.9;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
  }

  .slidesjs-pagination-item a.active {
    background-color: rgba(166, 7, 18, 0.8);
    color: #FFFFFF
  }

  .slider-carousel .titBg {
    left: 0px;
    width: 100%;
    height: 50px;
    bottom: -50px;
    position: absolute;
    z-index: 1;
  }

  .slider-carousel .subtitle {
    width: 70%;
    left: 20px;
    height: 50px;
    bottom: -49px;
    position: absolute;
    z-index: 2;
  }

  .slider-carousel .subtitle h6 {
    height: 50px;
    color: #000000;
    line-height: 50px;
    overflow: hidden;
    font-size: 20px;
  }

  .slider-carousel .subtitle h6 a {
    color: #000000;
  }

  .scroll_pic .slider-carousel {
    height: 480px !important;
  }

  .scroll_pic .slidesjs-container {
    height: 480px !important;
  }

  .scroll_pic .swiper3_text {
    left: 20px;
    bottom: 0;
    position: absolute;
    z-index: 2;
  }

  /* 手风琴 1000 开始 */
  .zt_wrap .sfq-slide-con {
    width: 1000px;
  }

  .zt_wrap .sfq-slide-con .slide-item {
    width: 60px;
    height: 305px;
  }

  .zt_wrap .sfq-slide-con .slide-item .onwidth {
    width: 640px;
    margin-left: 80px;
  }

  .zt_wrap .sfq-slide-con .slide-item.on {
    width: 640px;
    background: #ffffff;
  }

  .zt_wrap .sfq-slide-con .slide-item span {
    width: 60px;
    box-sizing: border-box;
    padding: 24px 23px;
    font-size: 14px;
  }

  .zt_wrap .sfq-slide-con .slide-item-2 span {
    width: 60px;
    padding: 24px 16px 24px;
    font-size: 14px;
  }

  /* 手风琴 1400 结束 */




  /* 20240517-新增start */
  .impor_wrap {
    margin-top: 40px;
  }

  .impor_wrap .fl {
    float: left;
  }

  .impor_wrap .fr {
    float: right;
  }

  .impor_yw {
    width: 236px;
  }
  .impor_yw .title img{
    height: 27px;
    width: auto;
  }
  .impor_artList {
    height: 363px;
    width: 100%;
    padding: 9px 21px;
  }

  .artList_li {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 0;
  }

  .impor_djgz {
    margin: 0 21px;
  }

  .djgz_ul li {
    margin-right: 14px;
  }

  .djgz_ul .slide_text {
    height: 363px;
  }


  .djgz_ul .slide_div {
    width: 234px;
  }

  .djgz_ul .slide_textIn {
    padding-top: 13px;
  }
  .djgz_ul .slide_zhaiyao{
    font-size: 12px;
  }

  .achie_wrap {
    margin-top: 36px;
  }

  .achie_com {
    width: 314px;
    height: 226px;
    margin-right: 29px;
  }

  .achie_tit {
    width: 41px;
  }

  .achie_article {
    width: 273px;
    padding: 6px 20px;
  }

  .achie_li {
    padding: 14px 0;
  }
  .achie_li a {
    font-size: 14px;
    line-height: 20px;
  }

  .link_wrap {
    margin-top: 50px;
  }

  .link_tit {
    width: 120px;
    font-size: 16px;
    line-height: 47px;
    padding-left: 27px;
  }

  .link_com {
    width: 258px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    margin-right: 27px;
  }
  .swiper3_text span {
    display: block;
    margin-top: 10px;
    color: #0d3457;
    font-size: 12px;
  }
  /* 20240517-新增end */
}

@media screen and (max-width: 1280px) {
  .top .search_box {
    right: 0px;
  }

  .wrap {}
}

@media screen and (max-width: 1000px) {
  body {
    width: 1000px;
  }
}